| Maptitude GISDK Help |
Gets the number of records in a set in the current view.
count = GetSetCount(string set_name)
| Argument | Contents |
|---|---|
| set_name | The name of the selection set |
An integer indicating the number of records in the set.
n1 = GetSetCount("High Income")
n2 = GetSetCount("Selection")
| Error Type | Meaning |
|---|---|
| NotFound | The specified set does not exist |
| Function | Summary |
|---|---|
| GetRecordCount() | Gets the number of records in a view or selection set |
| ©2025 Caliper Corporation | www.caliper.com |