CompatibilityPreferences.isHighDPIScaling Property

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

Description

Gets and sets if high DPI scaling is used.

Syntax

"compatibilityPreferences_var" is a variable referencing a CompatibilityPreferences object.

# Get the value of the property.
propertyValue = compatibilityPreferences_var.isHighDPIScaling

# Set the value of the property.
compatibilityPreferences_var.isHighDPIScaling = propertyValue
"compatibilityPreferences_var" is a variable referencing a CompatibilityPreferences object.
#include <Core/Application/CompatibilityPreferences.h>

// Get the value of the property.
boolean propertyValue = compatibilityPreferences_var->isHighDPIScaling();

// Set the value of the property, where value_var is a boolean.
bool returnValue = compatibilityPreferences_var->isHighDPIScaling(value_var);

Property Value

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

Version

Introduced in version April 2026