moveConnectedInstancesAndWires
layout moveConnectedInstancesAndWires boolean { t | nil }
Description
(Layout EXL Only) Specifies whether the instances and wires connected to an instance are also moved or stretched to maintain connectivity when you move the instance.
The default is nil, which means that connected instances and wires are not moved.
GUI Equivalent
Examples
envGetVal("layout" "moveConnectedInstancesAndWires")
envSetVal("layout" "moveConnectedInstancesAndWires" 'boolean t)
Related Topics
Return to top