Maptitude GISDK Help

SetSelectDisplay()

Summary

Controls whether selection operations update maps automatically.

 

Syntax

SetSelectDisplay(boolean display_flag)

 

Argument

Contents

display_flag

If "True" all open maps are updated automatically when features are added to or removed from selection sets. If "False" maps are not updated when selection is performed.

 

Notes

Example

qry = "Select * where Age > 65"

SetSelectDisplay("False")

n = SelectByQuery("Elderly", "Several", qry)

ShowMessage("There are " + String(n) + " elderly people in the database.")

DeleteSet("Elderly")

SetSelectDisplay("True")

 

See Also

Function

Summary

GetSelectDisplay()

Indicates whether selection operations update maps automatically

RedrawMap()

Redraws a map window

SetSelectAutoRedraw()

Controls how maps are updated during selection operations

 

 

©2025 Caliper Corporation www.caliper.com