Click or drag to resize

EvaluationUnit Constructor

Create a new evaluation unit.

Namespace:  Karamba.GHopper.Utilities.UIWidgets
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public EvaluationUnit(
	string name,
	string displayName,
	string description,
	Bitmap icon = null
)

Parameters

name
Type: SystemString
The unit's name. Must be unique within the scope of a component/switcher.
displayName
Type: SystemString
The unit's display name.
description
Type: SystemString
The unit's description.
icon (Optional)
Type: System.DrawingBitmap
The unit's icon.
See Also