FlowsheetBaseRequestCalculation3 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
public void RequestCalculation3(
	ISimulationObject Obj,
	bool Wait
)

Parameters

Obj  ISimulationObject
The simulation object to recalculate, or Nothing for a full flowsheet solve.
Wait  Boolean
When True, blocks until the calculation completes.

Implements

IFlowsheetRequestCalculation3(ISimulationObject, Boolean)

See Also