MCRPickingWorkbenchSession::find Method
Finds the specified record in the MCRPickingWorkbenchSession table.
Syntax
client server public static MCRPickingWorkbenchSession find(MCRPickingSession _sessionId, [boolean _update])
Run On
Called
Parameters
- _sessionId
Type: MCRPickingSession Extended Data Type
The session ID of the MCRPickingWorkbenchSession table record to find.
- _update
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: MCRPickingWorkbenchSession Table
A record in the MCRPickingWorkbenchSession table if found; otherwise, an empty buffer.