autoDeletePartitionView
layout.cle autoDeletePartitionView boolean { t | nil }
Description
Automatically deletes design partition views, when set to t, when the Clear All Design Partitions command or Delete command is run.
When set to nil, the design partition views are reset to be reused when these commands are run. The default is nil.
GUI Equivalent
Examples
envGetVal("layout.cle" "autoDeletePartitionView")
envSetVal("layout.cle" "autoDeletePartitionView" 'boolean t)
envSetVal("layout.cle" "autoDeletePartitionView" 'boolean nil)
Related Topics
Clearing a Design Partition in Manager Mode
List of Concurrent Layout Environment Variables
Return to top