Click or drag to resize

EvaluationUnitManagerRegisterUnit Method

Register new evaluation unit. If a unit with the same identifier already exists, an exception will be thrown.

Namespace:  Karamba.GHopper.Utilities.UIWidgets
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public void RegisterUnit(
	EvaluationUnit unit
)

Parameters

unit
Type: Karamba.GHopper.Utilities.UIWidgetsEvaluationUnit
The unit to register.
See Also