Removes all points from the Polyline.

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

Syntax

C#
public void RemoveAllPoints()
Visual Basic (Declaration)
Public Sub RemoveAllPoints

Remarks

This method removes all of the points from all of the paths within the Polyline, leaving an empty Polyline.

Note that this is an exception to the general rule that methods without a parameter indicating a specific path index are applicable to a single-part Polyline or to the first part of a multipart Polyline, whereas methods with a path index parameter apply to the specified path only.

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