Geotools.Net

GeometryCollection.GetGeometryN Method 

Returns the nth geometry in the collection.

[Visual Basic]
NotOverridable Public Function GetGeometryN( _
   ByVal n As Integer _
) As Geometry Implements _
   IGeometryCollection.GetGeometryN
[C#]
public Geometry GetGeometryN(
   int n
);

Parameters

n
The index into the collection from which to get the geometry.

Return Value

Returns the geometry at the nth index.

Implements

IGeometryCollection.GetGeometryN

Remarks

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

See Also

GeometryCollection Class | GeometryCollection Members | Geotools.Geometries Namespace