Function Entry: VLAX-METHOD-APPLICABLE-P

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

Function Entry: VLAX-METHOD-APPLICABLE-P

Name

vlax-method-applicable-p

Class

Visual LISP Object Function

Syntax

(vlax-method-applicable-p obj method [arg ...])

Description

Tests whether the specified method is applicable to the object and arguments.

Return Values

  • T if the method is applicable
  • nil otherwise

Side Effects

None beyond automation-model introspection.

Compatibility

Part of the introspection layer for automation objects.

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.

Source Notes