FormFlowsheetAddSimulationObject Method

Adds a simulation object to the flowsheet object collection.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public void AddSimulationObject(
	ISimulationObject obj
)

Parameters

obj  ISimulationObject
The simulation object to add.

Implements

IFlowsheetAddSimulationObject(ISimulationObject)

See Also