Click here to view all files
 
Inserts a new Point into the Multipoint by copying the specified Point.

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

Syntax

C#
public void InsertPoint(
	int pointIndex,
	Point pt
)
Visual Basic (Declaration)
Public Sub InsertPoint ( _
	pointIndex As Integer, _
	pt As Point _
)

Parameters

pointIndex
Type: System..::.Int32
The index within the Multipoint to insert the new Point at.
pt
Type: ESRI.ArcGISExplorer.Geometry..::.Point
The new Point to copy in to the Multipoint. Cannot be null.

Remarks

Calling InsertPoint will copy in the new pt to the Multipoint, increasing the index of the subsequent Points in the Multipoint but otherwise leaving them unchanged.

See Also

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