Curve.EndPoint

Curve.EndPoint property

Returns a copy of the end point of the curve.

public abstract IPoint EndPoint { get; }

Exceptions

exceptioncondition
InvalidOperationExceptionThe geometry is empty.

See Also