useBindKeys
layoutDP useBindKeys boolean { t | nil }
Description
Controls whether the user-defined bindkeys are used instead of the default bindkeys in the Design Planning and Analysis tool.
The default is t, which means the Design Planning and Analysis tool bindkeys are used for the design that has a virtual hierarchy.
GUI Equivalent
Examples
envGetVal("layoutDP" "useBindKeys")
envSetVal("layoutDP" "useBindKeys" 'boolean nil)
Related Topics
Return to top