cphLayoutSync
layoutXL cphLayoutSync boolean { t | nil }
Description
Ensures that the physConfig view and the layout view are kept in sync when performing a Discard Edit operation.
The default is t. This means that layout editing commands like Flatten or Set Transparent Instance store the changes to the Configure Physical Hierarchy, such that the changes can be reverted if the layout view is modified.
GUI Equivalent
Examples
envGetVal("layoutXL" "cphLayoutSync")
envSetVal("layoutXL" "cphLayoutSync" 'boolean nil)
Related Topics
Physical Hierarchy Configuration
List of Layout XL Environment Variables
Return to top