Polygon.ExteriorRing

Polygon.ExteriorRing property

Gets the exterior ring.

public ILinearRing ExteriorRing { get; set; }

Return Value

The exterior ring. It returns ILinearRing

Property Value

The exterior ring. It returns ILinearRing

Exceptions

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

See Also