Polygon.AddInteriorRing

Polygon.AddInteriorRing method

Adds an interior ring.

public void AddInteriorRing(ILinearRing ring)
ParameterTypeDescription
ringILinearRingThe 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