ESRI.ArcGIS.Mobile
CurrentCoordinateIndex Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Geometries Namespace > Polygon Class : CurrentCoordinateIndex Property

Gets or sets the current vertex in the current part.

Syntax

Visual Basic (Declaration) 
Public Overrides NotOverridable Property CurrentCoordinateIndex As Integer
C# 
public override int CurrentCoordinateIndex {get; set;}

Remarks

The CurrentVertexIndex is used by Add, Delete, and Move methods.
If CurrentVertexIndex is -1, Add will add a vertex at the end of the current part.
If CurrentVertexIndex is -1, Delete and Move will throw an InvalidOperationException exception.

Requirements

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

See Also