CapeObjectBase Constructor

Constructor for the unit operation.

Definition

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

Remarks

This method is creates the parameter collections for the object. As a result, parameters can be added in the constructor for the derived object 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