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
"appearanceTextureProperty_var" is a variable referencing an AppearanceTextureProperty object.
#include <Core/Materials/AppearanceTextureProperty.h>

// Get the value of the property.
Ptr<AppearanceTexture> propertyValue = appearanceTextureProperty_var->value();

// Set the value of the property, where value_var is an AppearanceTexture.
bool returnValue = appearanceTextureProperty_var->value(value_var);

Property Value

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

Version

Introduced in version August 2014