CurvePolygon.GetInteriorRing

CurvePolygon.GetInteriorRing method

Gets the interior ring by its index.

public ICurve GetInteriorRing(int index)
ParameterTypeDescription
indexInt32The index.

Return Value

The interior ring.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionThe index is out of range.

See Also