| Maptitude GISDK Help |
Gets the record handle of the current record of a view.
record_handle = GetRecord(string view_name)
| Argument | Contents |
|---|---|
| view_name | The view of interest |
A string indicating the record handle of the current record, or null if the input view has no current record.
//Open GetRecordCount() and select a county
rh = GetRecord("County")
ShowArray({rh})
| Error Type | Meaning |
|---|---|
| NotFound | The specified view does not exist |
| Function | Summary |
|---|---|
| LocateRecord() | Locates a record based on the value of a field |
| SetRecord() | Sets the current record of a view |
| ©2025 Caliper Corporation | www.caliper.com |