Maptitude GISDK Help |
Removes the current record from a selection set.
n_selected = UnselectRecord(string set_name)
Argument |
Contents |
set_name |
The name of the selection set |
An integer that indicates the number of records in the selection set.
All selection commands operate on the current layer.
Use SetRecord(), LocateRecord(), and other functions to set the current record.
SelectAll("Chosen States")
rh = LocateRecord("States|", "Name", {"Alaska"}, "True")
UnselectRecord("Chosen States")
rh = LocateRecord("States|", "Name", {"Massachusetts"}, "True")
UnselectRecord("Chosen States")
Error Type |
Meaning |
Error |
The set name is invalid |
Function |
Summary |
Adds the current record to a selection set |
©2025 Caliper Corporation | www.caliper.com |