LineString.EndPoint

LineString.EndPoint property

Returns a copy of the end point of the curve.

public override IPoint EndPoint { get; }

Exceptions

exceptioncondition
InvalidOperationExceptionThe geometry is empty.

See Also