Form FlowsheetRequest Calculation 3 Method
Requests a calculation scoped to a specific simulation object, optionally blocking until it completes.
Definition
Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public void RequestCalculation3(
ISimulationObject obj,
bool Wait
)VB
Public Sub RequestCalculation3 (
obj As ISimulationObject,
Wait As Boolean
)Parameters
- obj ISimulationObject
- The object to calculate.
- Wait Boolean
- When True, blocks the caller until the calculation task finishes.