Flowsheet BaseAdd Simulation Object 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
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
C#
public void AddSimulationObject(
ISimulationObject obj
)VB
Public Sub AddSimulationObject (
obj As ISimulationObject
)Parameters
- obj ISimulationObject
- The simulation object to add.