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.

Notes

  • If global-name is T, Autodesk documents that the whole command group VLC-AppName is removed.
  • Removal applies only to the current AutoCAD session.