Curve2dEvaluator.GetEndPoints Method
Parent Object: Curve2dEvaluatorDescription
Gets the end points of the curve if the curve is bounded.
Syntax
Curve2dEvaluator.GetEndPoints( StartPoint() As Double, EndPoint() As Double )Parameters
Name | Type | Description |
StartPoint | Double | Input/output Double that specifies the start point. |
EndPoint | Double | Input/output Double that specifies the end point. |