SeparatorCommandInput.deleteMe Method

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

Description

Deletes this Command input.

Syntax

"separatorCommandInput_var" is a variable referencing a SeparatorCommandInput object.
returnValue = separatorCommandInput_var.deleteMe()
"separatorCommandInput_var" is a variable referencing a SeparatorCommandInput object.

#include <Core/UserInterface/SeparatorCommandInput.h>

returnValue = separatorCommandInput_var->deleteMe();

Return Value

Type Description
boolean Returns true if the delete was successful.

Version

Introduced in version May 2024