Flowsheet BaseSimulation Objects Property
Gets or sets the dictionary of all simulation objects in this flowsheet, keyed by unique ID.
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 Dictionary<string, ISimulationObject> SimulationObjects { get; set; }VB
Public Property SimulationObjects As Dictionary(Of String, ISimulationObject)
Get
Set