Share

TextBoxCommandInput.deleteMe Method

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

Description

Deletes this Command input.

Syntax

"textBoxCommandInput_var" is a variable referencing a TextBoxCommandInput object.
returnValue = textBoxCommandInput_var.deleteMe()

Return Value

Type Description
boolean Returns true if the delete was successful.

Version

Introduced in version August 2020

Was this information helpful?