Removes the Point at the specified index.

Namespace:  ESRI.ArcGISExplorer.Geometry

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public void RemovePointAt(
	int pointIndex
)
Visual Basic (Declaration)
Public Sub RemovePointAt ( _
	pointIndex As Integer _
)

Parameters

pointIndex
Type: System..::.Int32

The index within the Multipoint of the Point to remove.

Remarks

RemovePointAt will remove a Point from the Multipoint, decreasing the index of all the existing Points after pointIndex.

See Also