Removes all points from the Polygon.

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 rings within the Polygon, leaving an empty Polygon.

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

See Also

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