ICurve.StartPoint

ICurve.StartPoint property

Returns a copy of the starting point of the curve.

public IPoint StartPoint { get; }

Exceptions

exceptioncondition
InvalidOperationExceptionThe geometry is empty.

See Also