Click or drag to resize

EvaluationUnit Constructor

Initializes a new instance of the EvaluationUnit class. Create a new evaluation unit.

Namespace:  Karamba.GHopper.Utilities.UIWidgets
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
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