Share

BoolValueCommandInput.deleteMe Method

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

Description

Deletes this Command input.

Syntax

"boolValueCommandInput_var" is a variable referencing a BoolValueCommandInput object.
returnValue = boolValueCommandInput_var.deleteMe()

Return Value

Type Description
boolean Returns true if the delete was successful.

Version

Introduced in version August 2020

Was this information helpful?