autoClearOnLayerChange
layout.wspMgr autoClearOnLayerChange 'boolean { t | nil }
Description
Specifies whether the name in the Layer field on the Edit tab is automatically cleared when you change the layer name. The default value is nil.
GUI Equivalent
Examples
envGetVal("layout.wspMgr" "autoClearOnLayerChange")
envSetVal("layout.wspMgr" "autoClearOnLayerChange" 'boolean t)
Return to top