FlowsheetSolverGetRefVarValue Method |
Gets the referenced variable value for the selected adjust op.
Namespace: DWSIM.FlowsheetSolverAssembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 8.8.1.0
Syntax private static double GetRefVarValue(
Object fobj,
IAdjust adj
)
Private Shared Function GetRefVarValue (
fobj As Object,
adj As IAdjust
) As Double
Request Example
View SourceParameters
- fobj Object
- adj IAdjust
Return Value
DoubleSee Also