ButtonRowCommandInput.deleteMe Method

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

Description

Deletes this Command input.

Syntax

"buttonRowCommandInput_var" is a variable referencing a ButtonRowCommandInput object.
returnValue = buttonRowCommandInput_var.deleteMe()
"buttonRowCommandInput_var" is a variable referencing a ButtonRowCommandInput object.

#include <Core/UserInterface/ButtonRowCommandInput.h>

returnValue = buttonRowCommandInput_var->deleteMe();

Return Value

Type Description
boolean Returns true if the delete was successful.

Version

Introduced in version August 2020