Function Entry: VLAX-PROPERTY-AVAILABLE-P

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

Function Entry: VLAX-PROPERTY-AVAILABLE-P

Name

vlax-property-available-p

Class

Visual LISP automation predicate

Syntax

(vlax-property-available-p obj property [check-modify])

Arguments and Values

  • obj — VLA-object.
  • property — symbol or string naming the property to test.
  • check-modify — optional T; if supplied, also requires that the property be modifiable.

Description

Determines whether an object has a specified property.

Return Values

  • T if the property is available
  • nil otherwise

If check-modify is T, returns nil when the property exists but is read-only.

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.