Form FlowsheetProperty Packages 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
IFlowsheetBagPropertyPackages
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public Dictionary<string, IPropertyPackage> PropertyPackages { get; set; }VB
Public Property PropertyPackages As Dictionary(Of String, IPropertyPackage)
Get
SetProperty Value
DictionaryString, IPropertyPackageImplements
IFlowsheetPropertyPackagesIFlowsheetBagPropertyPackages