Form FlowsheetSimulation Objects Property
Gets the dictionary of all simulation objects (unit operations, streams, etc.) in the flowsheet, keyed by unique name.
Definition
Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
IFlowsheetBagSimulationObjects
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public Dictionary<string, ISimulationObject> SimulationObjects { get; set; }VB
Public Property SimulationObjects As Dictionary(Of String, ISimulationObject)
Get
SetProperty Value
DictionaryString, ISimulationObjectImplements
IFlowsheetSimulationObjectsIFlowsheetBagSimulationObjects