Click or drag to resize

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
)

Parameters

id
Type: SystemInt32
HistoryRecord value id

Return Value

Type: ObjRef
ObjRef on success, null if not successful
See Also