vlax-safearray-type
(vlax-safearray-type saVar)
This function returns the data type of
the saVar SafeArray.
Arguments |
saVar (SafeArray) the SafeArray to query for its type |
Return |
integer, the type of the
SafeArray; |
Example |
(setq sa (vlax-make-safearray
vlax-vbDouble '(0 . 1) '(0 . 2))) |
Remarks |
see (vlax-make-safearray) function |
© Bricsys NV. All rights reserved. |