Geotools.Net

ILineString.GetPointN Method 

Returns the Point at the given index.

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

Parameters

n
The index of the Point to return.

Return Value

Returns the nth Point in this LineString.

Remarks

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

See Also

ILineString Interface | ILineString Members | Geotools.Geometries Namespace