MaterialStreamGetIndependentVar Method |
Returns the independent variables of a Material Object. This method is deprecated.
Namespace: DWSIM.Thermodynamics.StreamsAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public Object GetIndependentVar(
Object indVars
)
Public Function GetIndependentVar (
indVars As Object
) As Object
Request Example
View SourceParameters
- indVars Object
- Independent variables to be set
Return Value
ObjectValues of independent variables.
Implements
ICapeThermoMaterialObject.GetIndependentVar(Object)Remarks This method should not be used.
See Also