CustomGraphicsText.height Property

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

Description

The actual height of the text in centimeters. This is useful when you want to position several GraphicsText objects together.

Syntax

"customGraphicsText_var" is a variable referencing a CustomGraphicsText object.

# Get the value of the property.
propertyValue = customGraphicsText_var.height
"customGraphicsText_var" is a variable referencing a CustomGraphicsText object.
#include <Fusion/Graphics/CustomGraphicsText.h>

// Get the value of the property.
double propertyValue = customGraphicsText_var->height();

Property Value

This is a read only property whose value is a double.

Version

Introduced in version April 2019