Share

CustomGraphicsText.id Property

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

Description

An id you can specify for the entity. By default, all new graphics entities do not have an id and this property will return an empty string. But in cases where entities will be selected, assigning an id can make understanding what was selected much easier.

Syntax

"customGraphicsText_var" is a variable referencing a CustomGraphicsText object.

# Get the value of the property.
propertyValue = customGraphicsText_var.id

# Set the value of the property.
customGraphicsText_var.id = propertyValue

Property Value

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

Version

Introduced in version September 2017

Was this information helpful?