FloatSliderCommandInput.getText Method
Parent Object:
FloatSliderCommandInputDefined 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
| string |
Returns the left or right text of the slider. |
Parameters
| isLeft |
boolean |
Indicates to get the left or right text. |
Version
Introduced in version June 2015