CurvePolygon.ExteriorRing

CurvePolygon.ExteriorRing property

Gets the exterior ring.

public ICurve 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