Determines if the specified curve is closed (that is, the start point is the same as the endpoint)
(vlax-curve-isClosed curve-obj)
Arguments
The VLA-object to be tested.
Return Values
T if the curve is closed; otherwise nil.
Examples
vlax-curve-getArea is closed:
Determine if the ellipse used to demonstrate_$ (vlax-curve-isClosed ellipseObj)
T
vlax-curve-getDistAtParam is closed:
Determine if the spline used to demonstrate_$ (vlax-curve-isClosed splineObj)
nil