ICape Array Parameter Spec Interface
This interface is for a parameter specification
when the parameter is an array of values (maybebe integers,reals,
booleans or arrays again, which represents.
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[ComImportAttribute]
[GuidAttribute("678c09a9-0093-11d2-a67d-00105a42887f")]
[ComVisibleAttribute(false)]
public interface ICapeArrayParameterSpecVB
<ComImportAttribute>
<GuidAttribute("678c09a9-0093-11d2-a67d-00105a42887f")>
<ComVisibleAttribute(false)>
Public Interface ICapeArrayParameterSpecProperties
| ItemsSpecifications | Gets an array of the specifications of each of the items in the value of a parameter. |
| NumDimensions | Get the number of dimensions of the array. |
| Size | Gets the size of each one of the dimensions of the array. |
Methods
| Validate | Validates the value against the specification of the parameter. The message is used to return the reason that the parameter is invalid. |