AppearanceTexture.textureType Property

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

Description

Gets the type of texture this appearance currently is.

Syntax

"appearanceTexture_var" is a variable referencing an AppearanceTexture object.

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

// Get the value of the property.
TextureTypes propertyValue = appearanceTexture_var->textureType();

Property Value

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

Version

Introduced in version August 2014