pteLayerSetManagerLeftClickMode
layout pteLayerSetManagerLeftClickMode cyclic { "activateLayerSet" | "forceVisibilityAndSelectabilityOnly" }
Description
Determines the default left mouse button click behavior for layer sets.
-
activateLayerSet: Default. The selected layer is activated. The visibility and selectability statuses for the selected layer are automatically turned on. -
forceVisibilityAndSelectabilityOnly: The selected layer set is activated and the visibility and selectability statuses of the constituent layers is forcibly turned on. The visibility and selectability statuses of all other layers are forcibly turned off.
GUI Equivalent
Examples
envGetVal("layout" "pteLayerSetManagerLeftClickMode")
envSetVal("layout" "pteLayerSetManagerLeftClickMode" 'cyclic "forceVisibilityAndSelectabilityOnly")
Related Topics
Return to top