SketchTextInput.height Property
Parent Object:
SketchTextInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchTextInput.h>
Description
Gets and sets the height of the text in centimeters.
Syntax
"sketchTextInput_var" is a variable referencing a SketchTextInput object.
# Get the value of the property. propertyValue = sketchTextInput_var.height
# Set the value of the property. sketchTextInput_var.height = propertyValue
|
"sketchTextInput_var" is a variable referencing a SketchTextInput object.
#include <Fusion/Sketch/SketchTextInput.h>
// Get the value of the property. double propertyValue = sketchTextInput_var->height();
// Set the value of the property, where value_var is a double. bool returnValue = sketchTextInput_var->height(value_var);
|
Property Value
This is a read/write property whose value is a double.
Version
Introduced in version March 2015