Click here to view all files
 
Removes the Point at the specified index.

Namespace:  ESRI.ArcGISExplorer.Geometry
Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)

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

Relate Topics:
  AddPoint Method
  AddPoints Method
  Clone Method
  CreateFromXmlString Method
  GetLabelPoint Method
  GetPoint Method
  GetPoints Method
  GetXmlSchema Method
  InsertPoint Method
  InsertPoints Method
  RemoveAllPoints Method
  RemovePointsAt Method
  SetPoint Method
  SetPoints Method
  ToString Method
Created by Atop CHM to web converter,© 2009 all right reserved.