DeriveFeatureInput.isIncludeFavoriteParameters Property

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

Description

Gets or sets whether favorite parameters in the source design are derived or not.

Syntax

"deriveFeatureInput_var" is a variable referencing a DeriveFeatureInput object.

# Get the value of the property.
propertyValue = deriveFeatureInput_var.isIncludeFavoriteParameters

# Set the value of the property.
deriveFeatureInput_var.isIncludeFavoriteParameters = propertyValue
"deriveFeatureInput_var" is a variable referencing a DeriveFeatureInput object.
#include <Fusion/Features/DeriveFeatureInput.h>

// Get the value of the property.
boolean propertyValue = deriveFeatureInput_var->isIncludeFavoriteParameters();

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

// Get the value of the property.
boolean propertyValue = deriveFeatureInput_var->isIncludeFavoriteParameters();

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

Property Value

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

Version

Introduced in version January 2026