Click or drag to resize

GH_InstanceReference Constructor (Guid)

Create a new reference to a Rhino instance reference with the specified ID.

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_InstanceReference(
	Guid ref_guid
)

Parameters

ref_guid
Type: SystemGuid
ID of instance reference object to reference.
See Also