Click or drag to resize

EvaluationUnit Methods

The EvaluationUnit type exposes the following members.

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