snapResizeWireObjectsMaxLimit
layout snapResizeWireObjectsMaxLimit int maxLimit
Description
Specifies the maximum number of wire objects from the selection set that can be snapped and resized during the Move and Copy command operations. The specified value is effective only when snapResizeWireObjects is enabled.
The default value is 5000. Setting a larger value could lead to poor performance.
GUI Equivalent
Examples
envGetVal("layout" "snapResizeWireObjectsMaxLimit")
envSetVal("layout" "snapResizeWireObjectsMaxLimit" 'int 2000)
Related Topics
snapResizeWireObjects
Return to top