Share

SketchTextInput.height Property

Parent Object: SketchTextInput
Defined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchTextInput.h>

Description

This function is retired. See more information in the 'Remarks' section below.

This property has been retired and replaced by the height2 property.

Remarks

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

Property Value

This is a read/write property whose value is a double.

Version

Introduced in version March 2015
Retired in version November 2025

Was this information helpful?