ColorProperty.id Property
Parent Object:
ColorPropertyDefined in namespace "adsk::core" and the header file is <Core/Application/ColorProperty.h>
Description
Returns the unique ID of this property.
Syntax
"colorProperty_var" is a variable referencing a ColorProperty object.
# Get the value of the property. propertyValue = colorProperty_var.id
|
"colorProperty_var" is a variable referencing a ColorProperty object.
#include <Core/Application/ColorProperty.h>
// Get the value of the property. string propertyValue = colorProperty_var->id();
|
Property Value
This is a read only property whose value is a string.
Version
Introduced in version August 2014