IDToRecordHandle(), ID2RH()
Summary
Converts a map feature ID to a record handle.
Syntax
record_handle = IDToRecordHandle(integer id)
record_handle = ID2RH(integer id)
| Argument | Contents |
|---|---|
| Id | The unique ID of the map feature |
Returns
A string indicating the record handle for the feature in the current layer with the specified ID.
Notes
-
Can also be called as ID2RH().
-
The returned record handle can be used with any mappable view. However, it is valid only if that view contains a record with the specified ID value.
See Also
| Function | Summary |
|---|---|
| RecordHandleToID() | Converts a record handle to a map feature ID |
| GetRecord() | Returns the record handle of the current record of a view |
| SetRecord() | Sets the current record of a view |