AppearanceTextureProperty.id Property

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

Description

Returns the unique ID of this property.

Syntax

"appearanceTextureProperty_var" is a variable referencing an AppearanceTextureProperty object.

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

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

Property Value

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

Version

Introduced in version August 2014