Function Entry: VLAX-READ-ENABLED-P

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

Function Entry: VLAX-READ-ENABLED-P

Name

vlax-read-enabled-p

Class

Visual LISP automation predicate

Syntax

(vlax-read-enabled-p obj)

Arguments and Values

  • obj — VLA-object.

Description

Determines whether an object can be read.

Return Values

  • T if the object is readable
  • nil otherwise

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.

Compatibility

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