CustomGraphicsCurve.name Property

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

Description

Gets and sets the name displayed when this entity is selected. If no name has been set, "Custom Graphics" will be displayed.

Syntax

"customGraphicsCurve_var" is a variable referencing a CustomGraphicsCurve object.

# Get the value of the property.
propertyValue = customGraphicsCurve_var.name

# Set the value of the property.
customGraphicsCurve_var.name = propertyValue
"customGraphicsCurve_var" is a variable referencing a CustomGraphicsCurve object.
#include <Fusion/Graphics/CustomGraphicsCurve.h>

// Get the value of the property.
string propertyValue = customGraphicsCurve_var->name();

// Set the value of the property, where value_var is a string.
bool returnValue = customGraphicsCurve_var->name(value_var);

Property Value

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

Version

Introduced in version October 2022