cleEnableAdvPartitionType
layout.cle cleEnableAdvPartitionType boolean { t | nil }
Description
Enables buttons, labels, and column headers related on object-based and net-based partitions on the Define Design Partition form. Status of this environment variable is checked when the Define Design Partition form is opened.
GUI Equivalent
Examples
envGetVal("layout.cle" "cleEnableAdvPartitionType")
envSetVal("layout.cle" "cleEnableAdvPartitionType" 'boolean t)
envSetVal("layout.cle" "cleEnableAdvPartitionType" 'boolean nil)
Related Topics
Defining an Area-Based Design Partition
List of Concurrent Layout Environment Variables
Return to top