vlax-safearray-get-l-bound
(vlax-safearray-get-l-bound saVar
index)
This function returns the lower bound of
the saVar SafeArray at specified index.
Arguments |
saVar (SafeArray) the SafeArray to retrieve the lower
bound index (start index) |
Return |
integer; the start index for the specified dimension |
Example |
(setq sa (vlax-make-safearray
vlax-vbDouble '(0 . 1) '(2 . 4)))
#<safearray...> |
Remarks |
Note : the first dimension uses index 1 ! |
© Bricsys NV. All rights reserved. |