Function Entry: VLAX-SAFEARRAY-FILL

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

Function Entry: VLAX-SAFEARRAY-FILL

Name

vlax-safearray-fill

Class

Visual LISP automation utility

Syntax

(vlax-safearray-fill array data)

Arguments and Values

  • array — safearray.
  • data — list of element values; for multidimensional arrays, nested lists.

Description

Stores data in the elements of a safearray.

Return Values

The safearray supplied in array, or nil.

Side Effects

Mutates safearray contents.

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.

Notes

  • If fewer values are supplied than there are array elements, Autodesk documents that remaining elements retain their current values.

Compatibility

Available only on Windows; not available on macOS or Web.