snapResizeWireObjectsMaxDragLimit
layout snapResizeWireObjectsMaxDragLimit int dragLimit
Description
Specifies the number of wire objects from the selection set that can be shown as being snapped and resized interactively during the drag operation in Move and Copy commands. The specified value is effective only when snapResizeWireObjects is enabled.
The default value is 100. Setting a larger value could lead to poor drag performance.
GUI Equivalent
Examples
envGetVal("layout" "snapResizeWireObjectsMaxDragLimit")
envSetVal("layout" "snapResizeWireObjectsMaxDragLimit" 'int 80)
Related Topics
snapResizeWireObjects
Return to top