FormFlowsheetAvailableCompounds Property

Gets or sets the master dictionary of all compounds registered in the host application, keyed by name.

Definition

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

Property Value

DictionaryString, ICompoundConstantProperties

Implements

IFlowsheetAvailableCompounds

See Also