vlax-safearray-get-element
(vlax-safearray-get-element saVar index1 [
index2 [ index3 ... ] ] ] )
This function returns the value of
saVar SafeArray at
the index specified by index1, index2, index3 ...
Arguments |
saVar (SafeArray) the SafeArray to retrieve the indexed
value from |
Return |
the specified array value (plain Lisp or COM data item) |
Example |
(setq sa (vlax-make-safearray
vlax-vbDouble '(0 . 1) '(0 . 2)))
#<safearray...> |
Remarks |
see (vlax-make-safearray) function |
© Bricsys NV. All rights reserved. |