Sets the value of a single Point in the Multipoint by copying the specified Point,
leaving all the other Points unchanged.
Namespace:
ESRI.ArcGISExplorer.GeometryAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
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.