Click or drag to resize

GH_ComponentServerEmitGraph Method

Create a new instance of the IGH_Graph that matches the id. If no proxy can be matched to the id, a null reference will be returned.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public IGH_Graph EmitGraph(
	Guid id
)

Parameters

id
Type: SystemGuid
The graph type id to instantiate

Return Value

Type: IGH_Graph
See Also