Appearance.id Property

Parent Object: Appearance
Defined in namespace "adsk::core" and the header file is <Core/Materials/Appearance.h>

Description

The unique internal ID of this Appearance.

Syntax

"appearance_var" is a variable referencing an Appearance object.

# Get the value of the property.
propertyValue = appearance_var.id
"appearance_var" is a variable referencing an Appearance object.
#include <Core/Materials/Appearance.h>

// Get the value of the property.
string propertyValue = appearance_var->id();

Property Value

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

Version

Introduced in version August 2014