Geotools.Net

ICurve.GetStartPoint Method 

Returns the first point with which this curve object was constructed.

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

Return Value

Returns the start point or null if this curve is empty.

Remarks

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

See Also

ICurve Interface | ICurve Members | Geotools.Geometries Namespace