mergeEnable
layout mergeEnable boolean { t | nil }
graphic mergeEnable boolean { t | nil }
Description
Makes the display more readable by removing all the extra edges in the design.
GUI Equivalent
Examples
envGetVal("layout" "mergeEnable")
envSetVal("layout" "mergeEnable" 'boolean t)
envGetVal("graphic" "mergeEnable")
envSetVal("graphic" "mergeEnable" 'boolean t)
Related Topics
Dynamic Selection Assistant Options Form
Return to top