Form FlowsheetAdd Simulation Object Method
Adds a simulation object to the flowsheet object collection.
Definition
Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public void AddSimulationObject(
ISimulationObject obj
)VB
Public Sub AddSimulationObject (
obj As ISimulationObject
)Parameters
- obj ISimulationObject
- The simulation object to add.