Returns the parameter of the endpoint of the curve
(vlax-curve-getEndParam curve-obj)
Arguments
The VLA-object to be measured.
Return Values
nil.
A real number representing an end parameter, if successful; otherwiseExamples
ellipseObj points to the ellipse shown in the example for vlax-curve-getArea, the following function call returns the end parameter of the curve:
Assuming that_$ (vlax-curve-getendparam ellipseObj)
6.28319
The end parameter is 6.28319 (twice pi).
vlax-curve-getStartParam function.
The