Function Entry: VLAX-SAFEARRAY-GET-L-BOUND
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLAX-SAFEARRAY-GET-L-BOUND
Name
vlax-safearray-get-l-bound
Class
Visual LISP automation accessor
Syntax
(vlax-safearray-get-l-bound array dimension)
Arguments and Values
array— safearray.dimension— integer dimension number, where the first dimension is1.
Description
Returns the lower boundary of a safearray dimension.
Return Values
Integer lower bound.
Side Effects
None.
Availability
- AutoCAD 2026: documented (per Autodesk reference page).
- BricsCAD V26: presumed compatible (no contradicting page found).
- Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.
Source Notes
- [vlax-safearray-get-l-bound (AutoLISP/ActiveX)](https://help.autodesk.com/cloudhelp/2025/JPN/AutoCAD-LT-AutoLISP-Reference/files/GUID-8ABBA8A8-D421-48D2-BCBC-34DA1C728A78.htm)
Exceptional Situations
Signals an AutoLISP-visible error if array is not a safearray or if dimension is invalid.
Compatibility
Available only on Windows; not available on macOS or Web.