ICape Thermo Property PackageValidity Check Method
Check the validity of the given properties
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
The properties for which reliability is checked. A System.Object containing an System.Boolean (marshalled as VT_BOOL) array marshalled as a COM Object.
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[DispIdAttribute(8)]
Object ValidityCheck(
Object materialObject,
Object props
)VB
<DispIdAttribute(8)>
Function ValidityCheck (
materialObject As Object,
props As Object
) As ObjectParameters
- materialObject Object
- The MaterialObject for the Calculation.
- props Object
- List of Properties to check. A System.Object containing a CapeArrayThermoReliability marshalled as a COM Object.
Return Value
ObjectThe properties for which reliability is checked. A System.Object containing an System.Boolean (marshalled as VT_BOOL) array marshalled as a COM Object.
Remarks
Checks the validity of the calculation.
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. |