The Polygon type exposes the following members.

Properties

  NameDescription
Area
Returns the area of the Polygon, in square units of the CoordinateSystem.
CoordinateSystem
Gets or sets the coordinate system used by this Geometry.
(Inherited from Geometry.)
GeometryType
Gets the type of the geometry, indicating the underlying class.
(Inherited from Geometry.)
HasCurves
Gets a boolean indicating whether the Polygon contains any curves.
IsClosed
Indicates whether the Polygon is closed, that is its last Point is at the same location as the first Point.
IsEmpty
Indicates whether the Geometry contains any geometric information.
(Inherited from Geometry.)
RingCount
Gets the number of rings in this Polygon. Polygons may have one or more rings.
ZSpecified
Gets a value indicating whether the geometry has Z values specified.
(Inherited from Geometry.)

See Also