DerivedParameter.isFavorite Property

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

Description

Gets and sets whether this parameter is included in the Favorites list in the parameters dialog

Syntax

"derivedParameter_var" is a variable referencing a DerivedParameter object.

# Get the value of the property.
propertyValue = derivedParameter_var.isFavorite

# Set the value of the property.
derivedParameter_var.isFavorite = propertyValue
"derivedParameter_var" is a variable referencing a DerivedParameter object.
#include <Fusion/Fusion/DerivedParameter.h>

// Get the value of the property.
boolean propertyValue = derivedParameter_var->isFavorite();

// Set the value of the property, where value_var is a boolean.
bool returnValue = derivedParameter_var->isFavorite(value_var);
"derivedParameter_var" is a variable referencing a DerivedParameter object.
#include <Fusion/Fusion/DerivedParameter.h>

// Get the value of the property.
boolean propertyValue = derivedParameter_var->isFavorite();

// Set the value of the property, where value_var is a boolean.
bool returnValue = derivedParameter_var->isFavorite(value_var);

Property Value

This is a read/write property whose value is a boolean.

Version

Introduced in version January 2026