GroupCommandInput.deleteMe Method

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

Description

Deletes this Command input.

Syntax

"groupCommandInput_var" is a variable referencing a GroupCommandInput object.
returnValue = groupCommandInput_var.deleteMe()
"groupCommandInput_var" is a variable referencing a GroupCommandInput object.

#include <Core/UserInterface/GroupCommandInput.h>

returnValue = groupCommandInput_var->deleteMe();

Return Value

Type Description
boolean Returns true if the delete was successful.

Version

Introduced in version August 2020