PropertyPackageValidityCheck Method |
Checks the validity of the calculation. This method is deprecated.
Namespace: DWSIM.Thermodynamics.PropertyPackagesAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public virtual Object ValidityCheck(
Object materialObject,
Object props
)
Public Overridable Function ValidityCheck (
materialObject As Object,
props As Object
) As Object
Request Example
View SourceParameters
- materialObject Object
- The Material Object for the calculations.
- props Object
- The list of properties to check.
Return Value
ObjectThe properties for which reliability is checked.
Implements
ICapeThermoPropertyPackage.ValidityCheck(Object, Object)Remarks The ValidityCheck method must not be used, since the ICapeThermoReliability interface is not yet defined.
See Also