Share

IntegerSliderCommandInput.deleteMe Method

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

Description

Deletes this Command input.

Syntax

"integerSliderCommandInput_var" is a variable referencing an IntegerSliderCommandInput object.
returnValue = integerSliderCommandInput_var.deleteMe()

Return Value

Type Description
boolean Returns true if the delete was successful.

Version

Introduced in version August 2020

Was this information helpful?