GH_ParamTProxySourceCount 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 public virtual int ProxySourceCount { get; }
Public Overridable ReadOnly Property ProxySourceCount As Integer
Get
Property Value
Type:
Int32[Missing <value> documentation for "P:Grasshopper.Kernel.GH_Param`1.ProxySourceCount"]
Return Value
Type:
Int32The number of proxy sources associated with this parameter.
Implements
IGH_ParamProxySourceCountSee Also