Click here to view all files
 
Sets the value of a single Point in the Multipoint by copying the specified Point, leaving all the other Points unchanged.

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

Syntax

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

Parameters

pointIndex
Type: System..::.Int32
The index of the Point to be changed.
pt
Type: ESRI.ArcGISExplorer.Geometry..::.Point
A new Point to be copied in to the specified pointIndex in the Multipoint. Cannot be null.

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
  RemovePointAt Method
  RemovePointsAt Method
  SetPoints Method
  ToString Method
Created by Atop CHM to web converter,© 2009 all right reserved.