Cape Unit Base Constructor
Constructor for the 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 CapeUnitBase()VB
Public Sub NewRemarks
This method is creates the port and parameter collections for the unit
operation. As a result, ports and parameters can be added in the constructor
for the derived unt or during the Initialize() call.
Exceptions
| ECapeUnknown | The error to be raised when other error(s), specified for this operation, are not suitable. |
| ECapeOutOfResources | ECapeOutOfResources |
| ECapeLicenceError | ECapeLicenceError |
| ECapeFailedInitialisation | ECapeFailedInitialisation |
| ECapeBadInvOrder | ECapeBadInvOrder |