Geotools.Net

Coordinates.Item Property

Represents the Coordinate object entry at the specified index.

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

Parameters

index
The zero-based index of the entry to locate in the collection.

Property Value

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

Remarks

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

See Also

Coordinates Class | Coordinates Members | Geotools.Geometries Namespace