SliderCommandInput.getText Method
Parent Object:
SliderCommandInputDefined in namespace "adsk::core" and the header file is <Core/UserInterface/SliderCommandInput.h>
Description
Gets the texts of the slider if text has been defined.
Syntax
"sliderCommandInput_var" is a variable referencing a SliderCommandInput object.returnValue = sliderCommandInput_var.getText(isLeft)
|
"sliderCommandInput_var" is a variable referencing a SliderCommandInput object.
#include <Core/UserInterface/SliderCommandInput.h>
returnValue = sliderCommandInput_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