autoTapActiveLayer
layout autoTapActiveLayer boolean {t | nil}
Description
When set to nil, the Choose Object to Tap form is displayed on clicking the overlapping area. The form is displayed irrespective of the layer selected in the Layers assistant in the Palette Assistant. The default is t.
GUI Equivalent
Examples
envGetVal("layout" "autoTapActiveLayer")
envSetVal("layout" "autoTapActiveLayer" 'boolean nil)
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top