FloatSliderCommandInput.getText Method

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

Description

Gets the texts of the slider if text has been defined.

Syntax

"floatSliderCommandInput_var" is a variable referencing a FloatSliderCommandInput object.
returnValue = floatSliderCommandInput_var.getText(isLeft)
"floatSliderCommandInput_var" is a variable referencing a FloatSliderCommandInput object.

#include <Core/UserInterface/FloatSliderCommandInput.h>

returnValue = floatSliderCommandInput_var->getText(isLeft);

Return Value

Type Description
string Returns the left or right text of the slider.

Parameters

Name Type Description
isLeft boolean Indicates to get the left or right text.

Version

Introduced in version June 2015