preserveClusterBoundaries
layoutXL preserveClusterBoundaries boolean { t | nil }
Description
Specifies that any existing cluster boundaries in the layout are preserved when you run the Generate All From Source command.
GUI Equivalent
Examples
envGetVal("layoutXL" "preserveClusterBoundaries")
envSetVal("layoutXL" "preserveClusterBoundaries" 'boolean t)
envSetVal("layoutXL" "preserveClusterBoundaries" 'boolean nil)
Related Topics
Return to top