LineString.StartPoint

LineString.StartPoint property

Returns a copy of the starting point of the curve.

public override IPoint StartPoint { get; }

Exceptions

exceptioncondition
InvalidOperationExceptionThe geometry is empty.

See Also