netBasedSelectionOn
layout netBasedSelectionOn boolean { t | nil }
graphic netBasedSelectionOn boolean { t | nil }
Description
Checks if the Net Based Selection option is enabled.
GUI Equivalent
Examples
envGetVal("layout" "netBasedSelectionOn")
envSetVal("layout" "netBasedSelectionOn" 'boolean t)
envGetVal("graphic" "netBasedSelectionOn")
envSetVal("graphic" "netBasedSelectionOn" 'boolean t)
Related Topics
Return to top