Click or drag to resize

ObjRef Constructor (RhinoDoc, Guid)

Initializes a new object reference from a globally unique identifier (Guid).

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.6
Syntax
public ObjRef(
	RhinoDoc doc,
	Guid id
)

Parameters

doc
Type: RhinoRhinoDoc
The Rhino document
id
Type: SystemGuid
The ID.
See Also