vlax-safearray-get-dim
(vlax-safearray-get-dim saVar)
This function returns the number of dimensions
of the saVar SafeArray.
Arguments |
saVar (SafeArray) the SafeArray to be filled with values |
Return |
integer; the number of dimensions of the saVar SafeArray (1...16) |
Example |
(setq sa (vlax-make-safearray
vlax-vbLong '(1 . 2) '(1 . 3)))
#<safearray...> |
Remarks |
see (vlax-make-safearray) function |
© Bricsys NV. All rights reserved. |