Click or drag to resize

GH_SwitcherComponentOnComponentReset Method

OnComponentReset is called when the components output(s) invalidate. This happens, when a "nonoptional" input pulg disconnects or the components values get cleared.

Namespace:  Karamba.GHopper.Utilities.UIWidgets
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
protected virtual void OnComponentReset(
	GH_ExtendableComponentAttributes attr
)

Parameters

attr
Type: Karamba.GHopper.Utilities.UIWidgetsGH_ExtendableComponentAttributes

[Missing <param name="attr"/> documentation for "M:Karamba.GHopper.Utilities.UIWidgets.GH_SwitcherComponent.OnComponentReset(Karamba.GHopper.Utilities.UIWidgets.GH_ExtendableComponentAttributes)"]

See Also