Creates ActiveX-compatible (variant) 3D point structure
(vlax-3D-point list) or (vlax-3D-point x y [z])
A variant containing a three-element array of doubles.
_$ (vlax-3D-point 5 20)
#<variant 8197 ...>
_$ (vlax-3D-point '(33.6 44.0 90.0))
<variant 8197 ...>
See Also
-
The vlax-make-safearray, vlax-make-variant, vlax-safearray-fill, and vlax-safearray-put-element functions.