ESRI.ArcGIS.Mobile
CoordinateCollection Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.Geometries Namespace : CoordinateCollection Class

A collection of Coordinate objects.

Object Model

Syntax

Visual Basic (Declaration) 
<DefaultMemberAttribute("Item")>
Public NotInheritable Class CoordinateCollection 
C# 
[DefaultMemberAttribute("Item")]
public sealed class CoordinateCollection 

Remarks

A CoordinateCollection object conatains a collection of Coordinate objects. If the last coordinate equals to the first coordinate, it is called a ring. If the coordinates in a ring are organized in clockwise order, the ring makes a shell; otherwise it makes a hole.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Mobile.Geometries.CoordinateCollection

Requirements

Namespace: ESRI.ArcGIS.Mobile.Geometries

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

Assembly: ESRI.ArcGIS.Mobile (in ESRI.ArcGIS.Mobile.dll)

See Also