Application.preferences Property

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

Description

Provides access to all of the application preferences.

Syntax

"application_var" is a variable referencing an Application object.

# Get the value of the property.
propertyValue = application_var.preferences
"application_var" is a variable referencing an Application object.
#include <Core/Application/Application.h>

// Get the value of the property.
Ptr<Preferences> propertyValue = application_var->preferences();

Property Value

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

Version

Introduced in version August 2014