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