ICapeArrayParameterSpecItemsSpecifications 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)
[DispIdAttribute(3)]
Object ItemsSpecifications { get; }

Return Value

Object
An 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

ECapeUnknownThe error to be raised when other error(s), specified for this operation, are not suitable.
ECapeInvalidArgumentTo be used when an invalid argument value is passed, for example, an unrecognised Compound identifier or UNDEFINED for the props argument.

See Also