Share

TableCommandInput.deleteMe Method

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

Description

Deletes this Command input.

Syntax

"tableCommandInput_var" is a variable referencing a TableCommandInput object.
returnValue = tableCommandInput_var.deleteMe()

Return Value

Type Description
boolean Returns true if the delete was successful.

Version

Introduced in version August 2020

Was this information helpful?