Interface IPolygon

IPolygon interface

A ICurvePolygon whose boundaries are defined by linear rings.

public interface IPolygon : ICurvePolygon, IEquatable<IPolygon>

Properties

NameDescription
ExteriorRing { get; }Gets the exterior ring.

Methods

NameDescription
GetInteriorRing(int)Gets the interior ring by its index.
ToEditable()Gets an editable copy of this geometry.

See Also