Flowsheet Solver 2Set Mnp Var Value Method
Sets the manipulated variable value for the selected adjust op.
Definition
Namespace: DWSIM.FlowsheetSolver
Assembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 10.0.0.0
Assembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 10.0.0.0
C#
private Object SetMnpVarValue(
double? val,
Object fobj,
IAdjust adj
)VB
Private Function SetMnpVarValue (
val As Double?,
fobj As Object,
adj As IAdjust
) As Object