Polygon.GetInteriorRing

Polygon.GetInteriorRing method

Gets the interior ring by its index.

public ILinearRing GetInteriorRing(int index)
ParameterTypeDescription
indexInt32The index.

Return Value

The interior ring.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionThe index is out of range.

See Also