ImageCommandInput.deleteMe Method

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

Description

Deletes this Command input.

Syntax

"imageCommandInput_var" is a variable referencing an ImageCommandInput object.
returnValue = imageCommandInput_var.deleteMe()
"imageCommandInput_var" is a variable referencing an ImageCommandInput object.

#include <Core/UserInterface/ImageCommandInput.h>

returnValue = imageCommandInput_var->deleteMe();

Return Value

Type Description
boolean Returns true if the delete was successful.

Version

Introduced in version August 2020