Removes all points from the Polyline.

Namespace:  ESRI.ArcGISExplorer.Geometry

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

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

[O:ESRI.ArcGISExplorer.Geometry.Polyline.RemovePointAt]
[O:ESRI.ArcGISExplorer.Geometry.Polyline.RemovePointsAt]