FormFlowsheetPropertyPackages Property

Gets or sets the dictionary of property packages assigned to this flowsheet, keyed by unique ID.

Definition

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

Property Value

DictionaryString, IPropertyPackage

Implements

IFlowsheetPropertyPackages
IFlowsheetBagPropertyPackages

See Also