ICapeUtilitiesparameters Property

Gets the component's collection of parameters.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[DispIdAttribute(1)]
Object parameters { get; }

Property Value

Object
The parameter collection of the unit operation.

Remarks

Return the collection of Public Unit Parameters (i.e. ICapeCollection.

These are delivered as a collection of elements exposing the interface ICapeParameter. From there, the client could extract the ICapeParameterSpec interface or any of the typed interfaces such as ICapeRealParameterSpec, once the client establishes that the Parameter is of type double.

Exceptions

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

See Also