Removes all points from the Polygon.

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 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

Relate Topics:
  AddPoint Method
  AddPoints Method
  AddRing Method
  Clone Method
  Close Method
  CreateFromXmlString Method
  GetLabelPoint Method
  GetPerimeter Method
  GetPoint Method
  GetRing Method
  GetRings Method
  GetXmlSchema Method
  InsertPoint Method
  InsertPoints Method
  InsertRing Method
  PointCount Method
  PointCountAllRings Method
  RemovePointAt Method
  RemovePointsAt Method
  RemoveRing Method
  SetPoint Method
  SetPoints Method
  SetRing Method
  ToString Method
Created by Atop CHM to web converter,© 2009 all right reserved.