FlowsheetBaseSimulationObjects 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
public Dictionary<string, ISimulationObject> SimulationObjects { get; set; }

Property Value

DictionaryString, ISimulationObject

Implements

IFlowsheetSimulationObjects

See Also