Appearance.appearanceProperties Property

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

Description

returns the collection of Properties that define this appearance

Syntax

"appearance_var" is a variable referencing an Appearance object.

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

// Get the value of the property.
Ptr<Properties> propertyValue = appearance_var->appearanceProperties();

Property Value

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

Version

Introduced in version August 2014