Scope: Schematic editor
Object: CommandsManager Object
Prerequisites: None
Removes a command line command from the current session.
CommandsManager.CommandRemove(ByVal CommandName As String) As Boolean
The name of the command to remove.
As Boolean. True - the command has been removed (success). False - the command could not be removed (failure).