crossSectionSyncWithPaletteVisibility
graphic crossSectionSyncWithPaletteVisibility boolean { t | nil }
Description
(Layout MXL Only) Synchronizes the display of shapes and short markers, in the cross section viewer, with the palette visibility settings. The default value is t.
When set to nil, the shapes and short markers are displayed even if their visibility is disabled in the palette.
GUI Equivalent
Examples
envGetVal("graphic" "crossSectionSyncWithPaletteVisibility")
envSetVal("graphic" "crossSectionSyncWithPaletteVisibility" 'boolean nil)
Related Topics
Specifying Cross Section Viewer Settings
Return to top