CompatibilityPreferences.isCompatibleLegacyDataTransfer Property

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

Description

Gets and sets if legacy data transfer compatibility is enabled.

Syntax

"compatibilityPreferences_var" is a variable referencing a CompatibilityPreferences object.

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

# Set the value of the property.
compatibilityPreferences_var.isCompatibleLegacyDataTransfer = 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->isCompatibleLegacyDataTransfer();

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

Property Value

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

Version

Introduced in version April 2026