Gets the nth point in the linestring.
[Visual Basic]
NotOverridable Public Function GetPointN( _
ByVal n As Integer _
) As Point Implements _
ILineString.GetPointN
The point at position n.
Missing <remarks> documentation for M:Geotools.Geometries.LineString.GetPointN(System.Int32)
LineString Class | LineString Members | Geotools.Geometries Namespace