Maptitude GISDK Help |
Adds the current record to a selection set.
n_selected = SelectRecord (string set_name)
Argument |
Contents |
set_name |
The name of the selection set |
An integer indicating the number of records in the selection set.
All selection commands operate on the current layer.
If the set does not already exist, SelectRecord() creates it.
Set the current record using SetRecord(), LocateRecord(), and many other functions.
rh = LocateRecord("States|", "Name", {"Alaska"}, "True")
SelectRecord("Chosen States")
rh = LocateRecord("States|", "Name", {"Massachusetts"}, "True")
SelectRecord("Chosen States")
Error Type |
Meaning |
Error |
The set name is invalid |
Function |
Summary |
Removes the current record from a selection set |
©2025 Caliper Corporation | www.caliper.com |