ObjRef Constructor (Guid)

ObjRef Constructor (Guid)

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

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public ObjRef(
	Guid id
)
Public Sub New ( 
	id As Guid
)

Parameters

id
Type: SystemGuid
The ID.
See Also