GH_ComponentServer.ObjectProxies Property

GH_ComponentServerObjectProxies Property

Returns a list of all cached GH_ObjectProxy instances.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public IList<IGH_ObjectProxy> ObjectProxies { get; }
Public ReadOnly Property ObjectProxies As IList(Of IGH_ObjectProxy)
	Get

Property Value

Type: IListIGH_ObjectProxy

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_ComponentServer.ObjectProxies"]

See Also