Returns the parameter of the endpoint of the curve
(vlax-curve-getEndParam curve-obj)
A real number representing an end parameter, if successful; otherwise nil.
Assuming that ellipseObj points to the ellipse shown in the example for vlax-curve-getArea, the following function call returns the end parameter of the curve:
_$ (vlax-curve-getendparam ellipseObj)
6.28319
The end parameter is 6.28319 (twice pi).
See Also
-
The vlax-curve-getStartParam function.