ICape Real Parameter Spec Interface
This interface is for a parameter specification when the
parameter has a double-precision floating point value.
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("678c099d-0093-11d2-a67d-00105a42887f")]
[ComVisibleAttribute(false)]
public interface ICapeRealParameterSpecVB
<ComImportAttribute>
<GuidAttribute("678c099d-0093-11d2-a67d-00105a42887f")>
<ComVisibleAttribute(false)>
Public Interface ICapeRealParameterSpecProperties
| DefaultValue | Gets the default value of the parameter. |
| LowerBound | Gets the lower bound of the parameter. |
| UpperBound | Gets the upper bound of the parameter. |
Methods
| Validate | Validates the value against the specification of the parameter. The message is used to return the reason that the parameter is invalid. |