vlax-safearray-fill
(vlax-safearray-fill saVar
valuesList)
This function fills the saVar SafeArray with the
corresponding elements from valuesList list.
Arguments |
saVar (SafeArray) the SafeArray to be filled with
values |
Return |
the saVar is returned |
Example |
(setq sa (vlax-make-safearray
vlax-vbDouble '(0 . 3))) #<safearray...> |
Remarks |
note 1 : valuesList must contain the
correct number of elements as defined for the SafeArray
saVar by its
(lowerBound . upperBound) limits per dimension |
© Bricsys NV. All rights reserved. |