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)
Since: 5.0
Syntax public 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
See Also