Function Entry: VLAX-REMOVE-CMD
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLAX-REMOVE-CMD
Name
vlax-remove-cmd
Class
Visual LISP command-registration function
Syntax
(vlax-remove-cmd global-name)
Arguments and Values
global-name— string naming a command, or T.
Description
Removes a command previously registered through the vlax command-registration interface.
Return Values
Returns T if successful; otherwise returns nil.
Exceptional Situations
No error is documented for an undefined command; Autodesk documents nil in that case.
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-remove-cmd (AutoLISP/ActiveX)](https://help.autodesk.com/cloudhelp/2024/FRA/AutoCAD-LT-AutoLISP-Reference/files/GUID-EA671EF1-4EF9-49FE-9166-E241657198A1.htm)
Notes
- If
global-nameis T, Autodesk documents that the whole command groupVLC-AppNameis removed. - Removal applies only to the current AutoCAD session.