ReplayHistoryDataGetRhinoObjRef Method |
In ReplayHistory, use GetRhinoObjRef to convert the information
in a history record into the ObjRef that has up to date
RhinoObject pointers
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic ObjRef GetRhinoObjRef(
int id
)
Public Function GetRhinoObjRef (
id As Integer
) As ObjRef
Parameters
- id
- Type: SystemInt32
HistoryRecord value id
Return Value
Type:
ObjRefObjRef on success, null if not successful
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also