SetSelectAutoRedraw()

Summary

Controls how maps are updated during selection operations.

Changes

Added to Version 5.0.

Syntax

SetSelectAutoRedraw(boolean redraw)

Argument Contents
redraw If "True" (the default), Maptitude redraws the whole map, instead of just drawing the selected features, if the change in the selection set affects a significant number of features on the map; otherwise "False"

Notes

  • If SetSelectDisplay() is used to set automatic display update to "False" nothing is redrawn.

See Also

Function Summary
GetSelectAutoRedraw() Indicates how maps are updated during selection operations
SetSelectDisplay() Controls whether selection operations update maps automatically