TableCommandInput.clear Method

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

Description

Removes all rows in the table and the toolbar.

Syntax

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

#include <Core/UserInterface/TableCommandInput.h>

returnValue = tableCommandInput_var->clear();

Return Value

Type Description
boolean Returns true if successful.

Version

Introduced in version September 2016