Share

ProductPreferences.name Property

Parent Object: ProductPreferences
Defined in namespace "adsk::core" and the header file is <Core/Application/ProductPreferences.h>

Description

Returns the name of this ProductPreferences object.

Syntax

"productPreferences_var" is a variable referencing a ProductPreferences object.

# Get the value of the property.
propertyValue = productPreferences_var.name

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?