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