mergePostEditCheckLimit
layout.cle mergePostEditCheckLimit int 0_to_any_positive_integer
Description
Specifies the number of objects that perform post-edit checks after a design partition view is merged. Objects exceeding this limit are skipped and a warning is displayed. Setting it 0 will disable all the post-edit checks. The default is 50000.
GUI Equivalent
Examples
envGetVal("layout.cle" "mergePostEditCheckLimit")
envSetVal("layout.cle" "mergePostEditCheckLimit" 'int 10000)
Related Topics
Concurrent Layout Options Form
List of Concurrent Layout Environment Variables
Return to top