vlax-safearray-put-element
(vlax-safearray-put-element saVar index1 [
index2 [ index3 ... ] ] ] value)
This function assigns value to the saVar
SafeArray at index specified by index1, index2, index3 ...
|
Arguments |
saVar (SafeArray) the SafeArray to assign the indexed
value to |
|
Return |
the value argument |
|
Example |
(setq sa (vlax-make-safearray
vlax-vbDouble '(0 . 1) '(0 . 2)))
#<safearray...> |
|
Remarks |
see (vlax-make-safearray) function |
| © Bricsys NV. All rights reserved. |