ICape Utilitiesparameters 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)
The parameter collection of the unit operation.
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[DispIdAttribute(1)]
Object parameters { get; }VB
<DispIdAttribute(1)>
ReadOnly Property parameters As Object
GetProperty Value
ObjectThe 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
| ECapeUnknown | The error to be raised when other error(s), specified for this operation, are not suitable. |
| ECapeFailedInitialisation | ECapeFailedInitialisation |
| ECapeNoImpl | ECapeNoImpl |