instanceSelectionMode
layout instanceSelectionMode cyclic { "ignoreLPP" | "useLPP" }
Description
Controls the selection of instances in the layout editor. You can set the environment variable to one of the following values:
-
ignoreLPP: Default. Ignores the Selectability of the LPP instance drawing. -
useLPP: The instance is selectable on the canvas if the LPP instance drawing has Selectability enabled in the Layers pane.
GUI Equivalent
Examples
envGetVal("layout" "instanceSelectionMode")
envSetVal("layout" "instanceSelectionMode" 'cyclic "useLPP")
Related Topics
Return to top