Click or drag to resize

MaterialStreamGetIndependentVar Method

Returns the independent variables of a Material Object. This method is deprecated.

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public Object GetIndependentVar(
	Object indVars
)
Request Example View Source

Parameters

indVars  Object
Independent variables to be set

Return Value

Object
Values of independent variables.

Implements

ICapeThermoMaterialObject.GetIndependentVar(Object)
Remarks
This method should not be used.
See Also