CurveEvaluator.GetEndPoints Method
Parent Object: CurveEvaluatorDescription
Gets the end points of the curve if the curve is bounded.
Syntax
CurveEvaluator.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. |