Gets or sets whether favorite parameters in source design are derived or not.
# Get the value of the property.propertyValue = deriveFeature_var.isIncludeFavoriteParameters# Set the value of the property.deriveFeature_var.isIncludeFavoriteParameters = propertyValue
#include <Fusion/Features/DeriveFeature.h>// Get the value of the property.boolean propertyValue = deriveFeature_var->isIncludeFavoriteParameters();// Set the value of the property, where value_var is a boolean.bool returnValue = deriveFeature_var->isIncludeFavoriteParameters(value_var);