Geotools.Net

GeometryCollection.Item Property

Represents the GeometryCollection object entry at the specified index.

[Visual Basic]
Public Default ReadOnly Property Item( _
   ByVal index As Integer _
) As Geometry
[C#]
public Geometry this[
   int index
] {get;}

Parameters

index
Missing <param> documentation for index

Property Value

Missing <value> documentation for P:Geotools.Geometries.GeometryCollection.Item(System.Int32)

Remarks

Missing <remarks> documentation for P:Geotools.Geometries.GeometryCollection.Item(System.Int32)

See Also

GeometryCollection Class | GeometryCollection Members | Geotools.Geometries Namespace