extractShortLocatorDisplayMode
layoutXL extractShortLocatorDisplayMode cyclic { "Common shapes" | "All shortest paths" | "Entire net" }
Description
Specifies the mode in which shapes are displayed in the layout canvas.
The default is "Common shapes".
GUI Equivalents
Examples
envGetVal("layoutXL" "extractShortLocatorDisplayMode")
envSetVal("layoutXL" "extractShortLocatorDisplayMode" 'cyclic "Common shapes")
envSetVal("layoutXL" "extractShortLocatorDisplayMode" 'cyclic "All shortest paths")
envSetVal("layoutXL" "extractShortLocatorDisplayMode" 'cyclic "Entire net")
Related Topics
List of Layout XL Environment Variables
Return to top