AppearanceTexture.properties Property

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

Description

Returns a collection of the properties associated with this texture.

Syntax

"appearanceTexture_var" is a variable referencing an AppearanceTexture object.

# Get the value of the property.
propertyValue = appearanceTexture_var.properties
"appearanceTexture_var" is a variable referencing an AppearanceTexture object.
#include <Core/Materials/AppearanceTexture.h>

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

Property Value

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

Version

Introduced in version August 2014