Function Entry: VLAX-WRITE-ENABLED-P

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

Function Entry: VLAX-WRITE-ENABLED-P

Name

vlax-write-enabled-p

Class

Visual LISP automation predicate

Syntax

(vlax-write-enabled-p obj)

Arguments and Values

  • obj — VLA-object or entity name.

Description

Determines whether an AutoCAD drawing object can be modified.

Return Values

  • T if the object is writable
  • 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.