Click or drag to resize

GH_ComponentServerEmitObjectProxy Method

Get the proxy that is associated with the given Object ID.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public IGH_ObjectProxy EmitObjectProxy(
	Guid id
)

Parameters

id
Type: SystemGuid
ID to search for.

Return Value

Type: IGH_ObjectProxy
See Also