Geotools.Net

IGeometryCollection.GetGeometryN Method 

Returns the element at the given index.

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

Parameters

n
The index of the Geometry to return.

Return Value

Returns the nth geometry in this collection.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.IGeometryCollection.GetGeometryN(System.Int32)

See Also

IGeometryCollection Interface | IGeometryCollection Members | Geotools.Geometries Namespace