Geotools.Net

ICurve.GetEndPoint Method 

Returns the last point with which this Curve object was constructed.

[Visual Basic]
Function GetEndPoint() As Point
[C#]
Point GetEndPoint();

Return Value

Returns the end point or null if this curve is empty

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.ICurve.GetEndPoint

See Also

ICurve Interface | ICurve Members | Geotools.Geometries Namespace