CapeUnitBase Constructor

Constructor for the unit operation.

Definition

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

Remarks

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

ECapeUnknownThe error to be raised when other error(s), specified for this operation, are not suitable.
ECapeOutOfResourcesECapeOutOfResources
ECapeLicenceErrorECapeLicenceError
ECapeFailedInitialisationECapeFailedInitialisation
ECapeBadInvOrderECapeBadInvOrder

See Also