Returns a Polyline representing the perimeter of 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 Polyline GetPerimeter()
Visual Basic (Declaration)
Public Function GetPerimeter As Polyline

Return Value

A Polyline representing the perimeter.

Remarks

The Perimeter of a Polygon is the Polyline which forms the exterior of the Polygon; it has the same number of points in the same locations as the Polygon has. If the Polygon has multiple rings, then the returned Polyline will have multiple paths.

A new Polyline is returned from each GetPerimeter call.

See Also

Relate Topics:
  AddPoint Method
  AddPoints Method
  AddRing Method
  Clone Method
  Close Method
  CreateFromXmlString Method
  GetLabelPoint Method
  GetPoint Method
  GetRing Method
  GetRings Method
  GetXmlSchema Method
  InsertPoint Method
  InsertPoints Method
  InsertRing Method
  PointCount Method
  PointCountAllRings Method
  RemoveAllPoints 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.