Click or drag to resize

IGH_ContextualParameterImmediate Property

Gets whether this parameter triggers immediate updates from inside its getter. Immediacy is important for a smooth experience, but it maybe disabled if the expected recalculation time becomes excessive.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
bool Immediate { get; }

Property Value

Type: Boolean

[Missing <value> documentation for "P:Grasshopper.Kernel.IGH_ContextualParameter.Immediate"]

See Also