DirectionCommandInput.deleteMe Method

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

Description

Deletes this Command input.

Syntax

"directionCommandInput_var" is a variable referencing a DirectionCommandInput object.
returnValue = directionCommandInput_var.deleteMe()
"directionCommandInput_var" is a variable referencing a DirectionCommandInput object.

#include <Core/UserInterface/DirectionCommandInput.h>

returnValue = directionCommandInput_var->deleteMe();

Return Value

Type Description
boolean Returns true if the delete was successful.

Version

Introduced in version August 2020