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
- [vlax-method-applicable-p (AutoLISP/ActiveX)](https://help.autodesk.com/cloudhelp/2023/ENU/AutoCAD-AutoLISP-Reference/files/GUID-63B81424-11BA-4CB3-A783-514031A2271D.htm)
- [About Determining If an ActiveX Method or Property Applies to an Object (AutoLISP/ActiveX)](https://help.autodesk.com/cloudhelp/2022/PTB/AutoCAD-AutoLISP/files/GUID-F6607E76-FD9B-4B8B-B714-99CB34C988A5.htm)
- Status: documented.