MaterialStreamGetIndependentVar Method

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

Definition

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public Object GetIndependentVar(
	Object indVars
)

Parameters

indVars  Object
Independent variables to be set

Return Value

Object
Values of independent variables.

Implements

ICapeThermoMaterialObjectGetIndependentVar(Object)

Remarks

This method should not be used.

See Also