copyRoutePreviewMode
we copyRoutePreviewMode cyclic { "off" | "low" | "high" }
Description
Displays the preview of the copy route result.
-
off: Displays only the flightlines for the copy route result. This is the default. -
low: Displays a preview. The preview computation is faster thanhighbut less accurate. -
high: Displays a preview. The preview computation is more accurate thanlowbut slower.
GUI Equivalent
Examples
envGetVal("we" "copyRoutePreviewMode")
envSetVal("we" "copyRoutePreviewMode" 'cyclic "low")
envSetVal("we" "copyRoutePreviewMode" 'cyclic "high")
Related Topics
Variables to Customize the Settings for Copy Route
Return to top