CurvePolygon.AddInteriorRing

CurvePolygon.AddInteriorRing method

Adds an interior ring.

public void AddInteriorRing(ICurve ring)
ParameterTypeDescription
ringICurveThe ring to add.

Exceptions

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

See Also