FusionProductPreferences.defaultDesignType Property

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

Description

Gets and sets the Design History (default design type) setting

Syntax

"fusionProductPreferences_var" is a variable referencing a FusionProductPreferences object.

# Get the value of the property.
propertyValue = fusionProductPreferences_var.defaultDesignType

# Set the value of the property.
fusionProductPreferences_var.defaultDesignType = propertyValue
"fusionProductPreferences_var" is a variable referencing a FusionProductPreferences object.
#include <Fusion/Fusion/FusionProductPreferences.h>

// Get the value of the property.
DefaultDesignTypeOptions propertyValue = fusionProductPreferences_var->defaultDesignType();

// Set the value of the property, where value_var is a DefaultDesignTypeOptions.
bool returnValue = fusionProductPreferences_var->defaultDesignType(value_var);

Property Value

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

Version

Introduced in version August 2014