commitResetPartitionView
layout.cle commitResetPartitionView boolean { t | nil }
Description
Resets a design partition view in the memory and the physical file on the disk after the changes are committed. The default is nil, which means that the design partition will be reset in the memory when opened the next time.
GUI Equivalent
Examples
envGetVal("layout.cle" "commitResetPartitionView")
envSetVal("layout.cle" "commitResetPartitionView" 'boolean t)
Related Topics
Concurrent Layout Options Form
Merging a Submitted Design Partition
List of Concurrent Layout Environment Variables
Return to top