ICapeThermoCalculationRoutineValidityCheck 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)
[DispIdAttribute(4)]
Object ValidityCheck(
	Object materialObject,
	Object props
)

Parameters

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

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

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