UnitOperationWrapper Constructor

Creates an instance of the UnitOperationWrapper unit operation.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
public UnitOperationWrapper()

Remarks

This constructor demonstates the addition of a BooleanParameter, IntegerParameter, OptionParameter, and a RealParameter parameter to the parameter collection. In addition, the mixer unit has three UnitPort ports added to the port collection. See the documentation for the OnCalculate method for details on its implementation.

See Also