MaterialStreamValidityCheck Method |
Checks the validity of the calculation. This method is deprecated.
Namespace: DWSIM.Thermodynamics.StreamsAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public Object ValidityCheck(
Object props
)
Public Function ValidityCheck (
props As Object
) As Object
Request Example
View SourceParameters
- props Object
- The properties for which reliability is checked.
Return Value
ObjectReturns the reliability scale of the calculation.
Implements
ICapeThermoMaterialObject.ValidityCheck(Object)Remarks The ValidityCheck method must not be used, since the ICapeThermoReliability interface is not yet defined.
See Also