Preferences.compatibilityPreferences Property

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

Description

Gets the CompatibilityPreferences object, which provides access to the various compatibility and troubleshouting preferences.

Syntax

"preferences_var" is a variable referencing a Preferences object.

# Get the value of the property.
propertyValue = preferences_var.compatibilityPreferences
"preferences_var" is a variable referencing a Preferences object.
#include <Core/Application/Preferences.h>

// Get the value of the property.
Ptr<CompatibilityPreferences> propertyValue = preferences_var->compatibilityPreferences();

Property Value

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

Version

Introduced in version April 2026