CommandDefinition.deleteMe Method
Parent Object: CommandDefinitionDefined in namespace "adsk::core" and the header file is <Core/UserInterface/CommandDefinition.h>
Description
Deletes this command definition. This is only valid for API created command definitions and will fail if the isNative property is true.
Syntax
"commandDefinition_var" is a variable referencing a CommandDefinition object.
|
Return Value
Type | Description |
boolean | Returns true or false indicating if the deletion was successful. |