CommandInput.deleteMe Method

Parent Object: CommandInput
Defined in namespace "adsk::core" and the header file is <Core/UserInterface/CommandInput.h>

Description

Deletes this Command input.

Syntax

"commandInput_var" is a variable referencing a CommandInput object.
returnValue = commandInput_var.deleteMe()
"commandInput_var" is a variable referencing a CommandInput object.

#include <Core/UserInterface/CommandInput.h>

returnValue = commandInput_var->deleteMe();

Return Value

Type Description
boolean Returns true if the delete was successful.

Version

Introduced in version August 2020