Replaces any existing points in the specified path with the specified points.

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

Syntax

C#
public void SetPath(
	int pathIndex,
	IEnumerable<Point> points
)
Visual Basic (Declaration)
Public Sub SetPath ( _
	pathIndex As Integer, _
	points As IEnumerable(Of Point) _
)

Parameters

pathIndex
Type: System..::.Int32
The index of the path to change.
points
Type: System.Collections.Generic..::.IEnumerable<(Of <(Point>)>)
A generic enumerable set of Point objects to set into the specified path.

Remarks

Note that the CoordinateSystem property of any new points added, inserted or set into existing an existing Polygon or Polyline will be discarded, and the coordinates (X and Y properties) of the point assumed to be in the same CoordinateSystem as the Polygon or Polyline to which they are added.

See Also

Relate Topics:
  AddPath Method
  AddPoint Method
  AddPoints Method
  Clone Method
  CreateFromXmlString Method
  GetLabelPoint Method
  GetPath Method
  GetPaths Method
  GetPoint Method
  GetXmlSchema Method
  InsertPath Method
  InsertPoint Method
  InsertPoints Method
  PointCount Method
  PointCountAllPaths Method
  RemoveAllPoints Method
  RemovePathAt Method
  RemovePointAt Method
  RemovePointsAt Method
  SetPoint Method
  SetPoints Method
  ToString Method
Created by Atop CHM to web converter,© 2009 all right reserved.