GH_ComponentServer.EmitObjectProxy Method

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
)
Public Function EmitObjectProxy ( 
	id As Guid
) As IGH_ObjectProxy

Parameters

id
Type: SystemGuid
ID to search for.

Return Value

Type: IGH_ObjectProxy
See Also