MaterialStreamPropCheck2 Method

CAPE-OPEN 1.0 ICapeThermoEquilibriumServer: Checks property validity. Delegates to the associated property package.

Definition

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public void PropCheck2(
	Object materialObject,
	string flashType,
	Object props,
	ref Object valid
)

Parameters

materialObject  Object
 
flashType  String
 
props  Object
 
valid  Object
 

Implements

ICapeThermoEquilibriumServerPropCheck(Object, String, Object, Object)

See Also