SliderCommandInput.setText Method
Parent Object:
SliderCommandInputDefined in namespace "adsk::core" and the header file is <Core/UserInterface/SliderCommandInput.h>
Description
Sets the text of the slider. Both the left and the right text should be set.
Syntax
"sliderCommandInput_var" is a variable referencing a SliderCommandInput object.returnValue = sliderCommandInput_var.setText(left, right)
|
"sliderCommandInput_var" is a variable referencing a SliderCommandInput object.
#include <Core/UserInterface/SliderCommandInput.h>
returnValue = sliderCommandInput_var->setText(left, right);
|
Return Value
boolean |
Returns true if successful. |
Parameters
left |
string |
Indicates the text on the left side of the slider. |
right |
string |
Indicates the text on the right side of the slider. |
Version
Introduced in version June 2015