SketchTextInput.text Property
Parent Object: SketchTextInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchTextInput.h>
Description
Gets and sets the displayed text. This represents the text that results from evaluating the input formatted text. For example, if the formatted text is "'Length: ' + lengthParam", this property will return "Length: 3.0 in".
Setting this property will overwrite any equation defined by the expression and replace it with simple text. Use the expression property to be able to define a full expression.
Syntax
"sketchTextInput_var" is a variable referencing a SketchTextInput object. |
