ReplayHistoryData.GetRhinoObjRef Method

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)
Syntax
public ObjRef GetRhinoObjRef(
	int id
)
Public Function GetRhinoObjRef ( 
	id As Integer
) As ObjRef

Parameters

id
Type: SystemInt32
HistoryRecord value id

Return Value

Type: ObjRef
ObjRef on success, null if not successful
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also