Cape Object BaseParameters 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#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public ParameterCollection Parameters { get; }VB
<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public ReadOnly Property Parameters As ParameterCollection
GetProperty Value
ParameterCollectionThe parameter collection of the unit operation.
Remarks
Return the collection of Public 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 |