Curve.StartPoint

Curve.StartPoint property

Returns a copy of the starting point of the curve.

public abstract IPoint StartPoint { get; }

Exceptions

exceptioncondition
InvalidOperationExceptionThe geometry is empty.

See Also