FlowsheetSolverGetMnpVarValue Method |
Gets the manipulated 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 GetMnpVarValue(
Object fobj,
IAdjust adj
)
Private Shared Function GetMnpVarValue (
fobj As Object,
adj As IAdjust
) As Double
Request Example
View SourceParameters
- fobj Object
- adj IAdjust
Return Value
DoubleSee Also