Returns the endpoint (in WCS) of the curve
(vlax-curve-getEndPoint curve-obj)
A 3D point list representing an endpoint, if successful; otherwise nil.
Get the endpoint of the ellipse used to demonstrate vlax-curve-getArea:
_$ (vlax-curve-getEndPoint ellipseObj)
(2.0 2.0 0.0)