FormFlowsheetAvailableSimulationObjects Property

Gets or sets the dictionary of all built-in simulation object prototypes available in the host application.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public Dictionary<string, ISimulationObject> AvailableSimulationObjects { get; set; }

Property Value

DictionaryString, ISimulationObject

Implements

IFlowsheetAvailableSimulationObjects

See Also