Function Entry: VLAX-SAFEARRAY-GET-U-BOUND

← Prev | ↑ Chapter | Next → | Index | Symbols

Function Entry: VLAX-SAFEARRAY-GET-U-BOUND

Name

vlax-safearray-get-u-bound

Class

Visual LISP automation accessor

Syntax

(vlax-safearray-get-u-bound array dimension)

Arguments and Values

  • array — safearray.
  • dimension — integer dimension number, where the first dimension is 1.

Description

Returns the upper boundary of a safearray dimension.

Return Values

Integer upper 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.

Exceptional Situations

Signals an AutoLISP-visible error if array is not a safearray or if dimension is invalid.

Compatibility

Available only on Windows.