CustomGraphicsAppearanceColorEffect.appearance Property

Parent Object: CustomGraphicsAppearanceColorEffect
Defined in namespace "adsk::fusion" and the header file is <Fusion/Graphics/CustomGraphicsAppearanceColorEffect.h>

Description

Gets and sets the appearance to use. The appearance assigned must be available in the design where the graphics will be drawn.

Syntax

"customGraphicsAppearanceColorEffect_var" is a variable referencing a CustomGraphicsAppearanceColorEffect object.

# Get the value of the property.
propertyValue = customGraphicsAppearanceColorEffect_var.appearance

# Set the value of the property.
customGraphicsAppearanceColorEffect_var.appearance = propertyValue
"customGraphicsAppearanceColorEffect_var" is a variable referencing a CustomGraphicsAppearanceColorEffect object.
#include <Fusion/Graphics/CustomGraphicsAppearanceColorEffect.h>

// Get the value of the property.
Ptr<Appearance> propertyValue = customGraphicsAppearanceColorEffect_var->appearance();

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

Property Value

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

Version

Introduced in version September 2017