GH_ComponentServer.GraphProxies Property

GH_ComponentServerGraphProxies Property

Returns a list of all cached GH_GraphProxy instances.

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

Property Value

Type: IListGH_GraphProxy

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

See Also