CommandRemove Method (CommandsManager Object)

Scope: Schematic editor

Object: CommandsManager Object

Prerequisites: None

Removes a command line command from the current session.

Usage

CommandsManager.CommandRemove(ByVal CommandName As String) As Boolean

Arguments

CommandName

The name of the command to remove.

Return Values

As Boolean. True - the command has been removed (success). False - the command could not be removed (failure).