Share

GeneralPreferences.panZoomOrbitShortcuts Property

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

Description

Gets and sets how pan, zoom, and orbit should behave.

Syntax

"generalPreferences_var" is a variable referencing a GeneralPreferences object.

# Get the value of the property.
propertyValue = generalPreferences_var.panZoomOrbitShortcuts

# Set the value of the property.
generalPreferences_var.panZoomOrbitShortcuts = propertyValue

Property Value

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

Version

Introduced in version May 2022

Was this information helpful?