Click or drag to resize

IGH_ParamProxySourceCount Property

Gets the number of proxy sources for this parameter. Proxy sources are used during file IO, when actual sources might not be available yet. Once an IO operation has been completed there should be no more proxy sources.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
int ProxySourceCount { get; }

Property Value

Type: Int32

[Missing <value> documentation for "P:Grasshopper.Kernel.IGH_Param.ProxySourceCount"]

Return Value

Type: Int32
The number of proxy sources associated with this parameter.
See Also