FusionProductPreferences.name Property

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

Description

Returns the name of this ProductPreferences object.

Syntax

"fusionProductPreferences_var" is a variable referencing a FusionProductPreferences object.

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

// Get the value of the property.
string propertyValue = fusionProductPreferences_var->name();

Property Value

This is a read only property whose value is a string.

Version

Introduced in version August 2014