pteLayerSetActivationMode
layout pteLayerSetActivationMode cyclic { "filterOnly" | "filterAndApply" | "filterVisSelectability" }
Description
Determines the default action when one or more layer sets are selected.
-
filterOnly: Default. Displays all layer-purpose pairs present in the selected layer sets. The visibility and selectability status of the layer-purpose pairs remains unchanged. -
filterAndApply:Displays all layer-purpose pairs present in the selected layer sets. The visibility and selectability status of layer-purpose pairs is reset to that defined in the layer set files. -
filterVisSelectability: Displays all layer-purpose pairs present in the selected layer sets. The visibility and selectability of all layer-purpose pairs is turned on.
GUI Equivalent
Examples
envGetVal("layout" "pteLayerSetActivationMode")
envSetVal("layout" "pteLayerSetActivationMode" 'cyclic "filterAndApply")
envSetVal("layout" "pteLayerSetActivationMode" 'cyclic "filterVisSelectability")
Related Topics
Return to top