ICape Parameter Interface
Interface defining the actual Parameter quantity.
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]
[ComVisibleAttribute(false)]
[GuidAttribute("678c09a0-0093-11d2-a67d-00105a42887f")]
public interface ICapeParameterVB
<ComImportAttribute>
<ComVisibleAttribute(false)>
<GuidAttribute("678c09a0-0093-11d2-a67d-00105a42887f")>
Public Interface ICapeParameterProperties
| Mode | Gets and sets the mode of the parameter. |
| Specification | Gets the Specification for this Parameter |
| ValStatus | Gets the flag to indicate parameter validation's status. |
| value | Gets and sets the value for this Parameter |
Methods
| Reset | Sets the value of the parameter to its default value. |
| Validate | Validates the current value of the parameter against the specification of the parameter. |