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

Property Value

DictionaryString, ISimulationObject

Implements

IFlowsheetSimulationObjects
IFlowsheetBagSimulationObjects

See Also