Unit Operation Wrapper 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)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public UnitOperationWrapper()VB
Public Sub NewRemarks
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.