BrowserCommandInput.deleteMe Method

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

Description

Deletes this Command input.

Syntax

"browserCommandInput_var" is a variable referencing a BrowserCommandInput object.
returnValue = browserCommandInput_var.deleteMe()
"browserCommandInput_var" is a variable referencing a BrowserCommandInput object.

#include <Core/UserInterface/BrowserCommandInput.h>

returnValue = browserCommandInput_var->deleteMe();

Return Value

Type Description
boolean Returns true if the delete was successful.

Version

Introduced in version July 2021