FloatSpinnerCommandInput.deleteMe Method

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

Description

Deletes this Command input.

Syntax

"floatSpinnerCommandInput_var" is a variable referencing a FloatSpinnerCommandInput object.
returnValue = floatSpinnerCommandInput_var.deleteMe()
"floatSpinnerCommandInput_var" is a variable referencing a FloatSpinnerCommandInput object.

#include <Core/UserInterface/FloatSpinnerCommandInput.h>

returnValue = floatSpinnerCommandInput_var->deleteMe();

Return Value

Type Description
boolean Returns true if the delete was successful.

Version

Introduced in version August 2020