FlowsheetBaseAddSimulationObject Method

Adds a simulation object directly to the SimulationObjects dictionary without creating a graphic counterpart.

Definition

Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
public void AddSimulationObject(
	ISimulationObject obj
)

Parameters

obj  ISimulationObject
The simulation object to add.

Implements

IFlowsheetAddSimulationObject(ISimulationObject)

See Also