Geotools.Net

ILineString.GetCoordinateN Method 

Returns the Coordinate at the given index.

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

Parameters

n
The index of the Coordinate to return.

Return Value

The nth Coordinate in this LineString.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.ILineString.GetCoordinateN(System.Int32)

See Also

ILineString Interface | ILineString Members | Geotools.Geometries Namespace