Polygon.ExteriorRing

Polygon.ExteriorRing property

Gets the exterior ring.

public ILinearRing ExteriorRing { get; set; }

Property Value

The exterior ring.

Exceptions

exceptioncondition
ArgumentExceptionSpatialReferenceSystem of this geometry and SpatialReferenceSystem of argument are both not null and don’t equal to each other.

See Also