crossProbeHier
layoutXL crossProbeHier boolean { t | nil }
Description
Creates probes at higher levels in the layout so that the probes are not lost when returning from Edit In Place or Descend Edit.
This environment variable can only be used for controlling the probes created using the Probe command in the shortcut menu.
GUI Equivalent
Examples
envGetVal("layoutXL" "crossProbeHier")
envSetVal("layoutXL" "crossProbeHier" 'boolean t)
envSetVal("layoutXL" "crossProbeHier" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top