netTracerNumShapesLimitForRefresh
layoutXL netTracerNumShapesLimitForRefresh int integer
Description
Controls the number of shapes that are retraced when an already traced region is selected.
If the number of retraced shapes is
>10000, a pop up message prompts you to confirm whether to retrace or not.GUI Equivalent
Examples
envGetVal("layoutXL" "netTracerNumShapesLimitForRefresh")
envSetVal("layoutXL" "netTracerNumShapesLimitForRefresh" 'int 5678)
Related Topics
List of Layout XL Environment Variables
Return to top