Flowsheet BaseRequest Calculation 3 Method
Requests a calculation scoped to a single object, or a full solve when Obj is Nothing.
Definition
Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
C#
public void RequestCalculation3(
ISimulationObject Obj,
bool Wait
)VB
Public Sub RequestCalculation3 (
Obj As ISimulationObject,
Wait As Boolean
)Parameters
- Obj ISimulationObject
- The simulation object to recalculate, or Nothing for a full flowsheet solve.
- Wait Boolean
- When True, blocks until the calculation completes.