FlowsheetSolverSetMnpVarValue Method |
Sets 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 Object SetMnpVarValue(
double? val,
Object fobj,
IAdjust adj
)
Private Shared Function SetMnpVarValue (
val As Double?,
fobj As Object,
adj As IAdjust
) As Object
Request Example
View SourceParameters
- val NullableDouble
-
- fobj Object
- adj IAdjust
Return Value
ObjectSee Also