TabCommandInput.deleteMe Method

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

Description

Deletes this Command input.

Syntax

"tabCommandInput_var" is a variable referencing a TabCommandInput object.
returnValue = tabCommandInput_var.deleteMe()
"tabCommandInput_var" is a variable referencing a TabCommandInput object.

#include <Core/UserInterface/TabCommandInput.h>

returnValue = tabCommandInput_var->deleteMe();

Return Value

Type Description
boolean Returns true if the delete was successful.

Version

Introduced in version August 2020