Click or drag to resize

GH_ComponentServerEmitObject Method

Create a new instance of the IGH_DocumentObject 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_DocumentObject EmitObject(
	Guid id
)

Parameters

id
Type: SystemGuid
The component type id to instantiate

Return Value

Type: IGH_DocumentObject
See Also