Share

GraphicsPreferences.isLimitEffectsDuringNavigation Property

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

Description

This function is retired. See more information in the 'Remarks' section below.

This property is no longer supported and has been replaced by the isDynamic property which dynamically changes the effect settings to optimize graphics performance.

Syntax

"graphicsPreferences_var" is a variable referencing a GraphicsPreferences object.

# Get the value of the property.
propertyValue = graphicsPreferences_var.isLimitEffectsDuringNavigation

# Set the value of the property.
graphicsPreferences_var.isLimitEffectsDuringNavigation = propertyValue

Property Value

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

Version

Introduced in version May 2022
Retired in version May 2025

Was this information helpful?