Geotools.Net

IPolygon.GetInteriorRingN Method 

Returns the hole at the given index.

[Visual Basic]
Function GetInteriorRingN( _
   ByVal n As Integer _
) As LinearRing
[C#]
LinearRing GetInteriorRingN(
   int n
);

Parameters

n
The index of the interior boundary to return.

Return Value

The nth interior LinearRing in this Polygon.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.IPolygon.GetInteriorRingN(System.Int32)

See Also

IPolygon Interface | IPolygon Members | Geotools.Geometries Namespace