Share

AppearanceTextureProperty.value Property

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

Description

Gets and sets this property value.

Syntax

"appearanceTextureProperty_var" is a variable referencing an AppearanceTextureProperty object.

# Get the value of the property.
propertyValue = appearanceTextureProperty_var.value

# Set the value of the property.
appearanceTextureProperty_var.value = propertyValue

Property Value

This is a read/write property whose value is an AppearanceTexture.

Version

Introduced in version August 2014

Was this information helpful?