Maptitude GISDK Help

SelectRecord()

Summary

Adds the current record to a selection set.

 

Syntax

n_selected = SelectRecord (string set_name)

 

Argument

Contents

set_name

The name of the selection set

 

Returns

An integer indicating the number of records in the selection set.

 

Notes

Example

rh = LocateRecord("States|", "Name", {"Alaska"}, "True")

SelectRecord("Chosen States")

rh = LocateRecord("States|", "Name", {"Massachusetts"}, "True")

SelectRecord("Chosen States")

 

Error Codes

Error Type

Meaning

Error

The set name is invalid

 

See Also

Function

Summary

UnselectRecord()

Removes the current record from a selection set

 

 

©2025 Caliper Corporation www.caliper.com