Click or drag to resize

GH_ParamTHasProxySources Property

Gets a value indicating whether or not this parameter maintains proxy sources. 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 bool HasProxySources { get; }

Property Value

Type: Boolean

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_Param`1.HasProxySources"]

Return Value

Type: Boolean
True if the parameter has at least one proxy source, false if not.

Implements

IGH_ParamHasProxySources
See Also