ICape Array Parameter SpecItems Specifications Property
Gets an array of the specifications of each of the items in the
value of a parameter.
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
An array of ICapeParameterSpec objects.
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[DispIdAttribute(3)]
Object ItemsSpecifications { get; }VB
<DispIdAttribute(3)>
ReadOnly Property ItemsSpecifications As Object
GetReturn Value
ObjectAn array of ICapeParameterSpec objects.
Remarks
An array of interfaces to the correct specification type (ICapeRealParameterSpec ,
ICapeIntegerParameterSpec , ICapeBooleanParameterSpec ,
ICapeOptionParameterSpec ). Note that it is also possible, for
example, to configure an array of arrays of integers, which would a similar
but not identical concept to a two-dimensional matrix of integers.
Exceptions
| ECapeUnknown | The error to be raised when other error(s), specified for this operation, are not suitable. |
| ECapeInvalidArgument | To be used when an invalid argument value is passed, for example, an unrecognised Compound identifier or UNDEFINED for the props argument. |