extractVerifyMustConnectMarkers
layoutextractVerifyMustConnectMarkers boolean {t|nil}
Description
Displays the must-connect violation markers generated by the connectivity extractor.
When set to default value t, the extractor shows top-level must-connect violations in the layout window but when set to nil, it does not.
GUI Equivalent
Examples
envGetVal("layout" "extractVerifyMustConnectMarkers")
envSetVal("layout" "extractVerifyMustConnectMarkers" 'boolean nil)
Related Topics
Return to top