crossSectionViewModeAssistant
graphic crossSectionViewModeAssistant boolean { t | nil }
Description
(Layout MXL Only) Specifies whether the cross section of a layout is displayed in the Cross Section assistant.
The default value is t. If the value is set to nil, the cross section is displayed in a floating window that follows the mouse pointer.
GUI Equivalent
Examples
envGetVal("graphic" "crossSectionViewModeAssistant")
envSetVal("graphic" "crossSectionViewModeAssistant" 'boolean nil)
Related Topics
Specifying Cross Section Viewer Settings
Return to top