Click or drag to resize

ObjRef Constructor (Guid)

Note: This API is now obsolete.

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

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
[ObsoleteAttribute("Use version that takes a document.")]
public ObjRef(
	Guid id
)

Parameters

id
Type: SystemGuid
The ID.
See Also