CapeObjectBaseICapeUtilitiesInitialize Method

Initialization can be performed here.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
void ICapeUtilities.Initialize()

Implements

ICapeUtilitiesInitialize

Remarks

The CAPE_OPEN object can allocated resources during this method. This is called after the object constructor by the PME. .

There are no input or output arguments for this method.

Exceptions

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

See Also