cleEditMode
layout.cle cleEditMode cyclic { "Off" | "Only Select Inside Partition" | "Only Edit Inside Parition" }
Description
Sets the edit mode inside the current partition.
-
OffDisables the edit mode settings. -
Only Select Inside PartitionLets you select only those objects that are inside the current partition. -
Only Edit Inside PartitionLets you edit only those partitions that are inside current partition.
GUI Equivalent
Examples
envGetVal("layout.cle" "cleEditMode")
envSetVal("layout.cle" "cleEditMode" 'cyclic "Off")
envSetVal("layout.cle" "cleEditMode" 'cyclic "Only Select Inside Partition")
envSetVal("layout.cle" "cleEditMode" 'cyclic "Only Edit Inside Partition")
Edit Scope of a Design Partition
List of Concurrent Layout Environment Variables
Return to top