Click or drag to resize

EvaluationUnit Class

Dynamic component evaluation unit.
Inheritance Hierarchy
SystemObject
  Karamba.GHopper.Utilities.UIWidgetsEvaluationUnit

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

The EvaluationUnit type exposes the following members.

Constructors
  NameDescription
Public methodEvaluationUnit
Create a new evaluation unit.
Top
Properties
  NameDescription
Public propertyActive
Determines wether this unit is active or not.
Public propertyComponent
Public propertyContext
Get evaluation unit's context.
Public propertyDescription
Public propertyDisplayName
Public propertyIcon
Get or set evaluation unit's icon.
Public propertyInputs
Get input parameters.
Public propertyKeepLinks
Get or set evaluation unit links. If true, the evaluation unit keeps track of connected document objects.
Public propertyName
Get or set unit's name.
Public propertyOutputs
Get output parameters.
Top
Methods
  NameDescription
Public methodAddMenu
Add menu to unit's context.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetMenuDescription
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNewParameterIds
Assign new GUIDs to all parameters.
Public methodRead
Read evaluation unit.
Public methodRegisterInputParam(IGH_Param, String, String, String, GH_ParamAccess)
Register input parameter.
Public methodRegisterInputParam(IGH_Param, String, String, String, GH_ParamAccess, IGH_Goo)
Register input parameter.
Public methodRegisterOutputParam
Register output parameter.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWrite
Write evaluation unit.
Top
See Also