CustomGraphicsGroup.id Property
Parent Object:
CustomGraphicsGroupDefined in namespace "adsk::fusion" and the header file is <Fusion/Graphics/CustomGraphicsGroup.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
"customGraphicsGroup_var" is a variable referencing a CustomGraphicsGroup object.
# Get the value of the property. propertyValue = customGraphicsGroup_var.id
# Set the value of the property. customGraphicsGroup_var.id = propertyValue
|
"customGraphicsGroup_var" is a variable referencing a CustomGraphicsGroup object.
#include <Fusion/Graphics/CustomGraphicsGroup.h>
// Get the value of the property. string propertyValue = customGraphicsGroup_var->id();
// Set the value of the property, where value_var is a string. bool returnValue = customGraphicsGroup_var->id(value_var);
|
Property Value
This is a read/write property whose value is a string.
Version
Introduced in version September 2017