incompleteNetFilter
ab incompleteNetFilter boolean { t | nil }
Description
Specifies whether an incomplete net filter needs to be set by default in the Annotation Browser Connectivity tab.
The default is t, which means that the default incomplete net filter is applied and that it is driven by the incompleteNetFilterMode and incompleteNetFilterDefaultList environment variables.
The incompleteNetFilter environment variable is supported only when the window edit cellview has no filter already applied. See the Save To Cellview option in Incomplete Net Filter form..
GUI Equivalent
|
Right-click the Annotation Browser Connectivity tab browser pane |
|
Examples
envGetVal("ab" "incompleteNetFilter")
envSetVal("ab" "incompleteNetFilter" 'boolean t)
envSetVal("ab" "incompleteNetFilter" 'boolean nil)
Related Topics
Setting an Incomplete Net Filter
List of Layout XL Environment Variables
Return to top