markerZoomScale
layout markerZoomScale int objectDistance
graphic markerZoomScale int objectDistance
Description
Enlarges the position of the marker in the window by zooming in on the specified marker; when off, displays the marker but does not zoom in.
The layout default is 1, the graphic default is 4.
GUI Equivalent
Examples
envGetVal("layout" "markerZoomScale")
envSetVal("layout" "markerZoomScale" 'int 2)
envGetVal("graphic" "markerZoomScale")
envSetVal("graphic" "markerZoomScale" 'int 3)
Related Topics
Return to top