Polygon.GetInteriorRing
Polygon.GetInteriorRing method
Gets the interior ring by its index.
public ILinearRing GetInteriorRing(int index)
Parameter | Type | Description |
---|---|---|
index | Int32 | The index. |
Return Value
The interior ring.
Exceptions
exception | condition |
---|---|
ArgumentOutOfRangeException | The index is out of range. |
See Also
- interface ILinearRing
- class Polygon
- namespace Aspose.Gis.Geometries
- assembly Aspose.GIS