FlowsheetBasePropertyPackages Property

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

Definition

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

Property Value

DictionaryString, IPropertyPackage

Implements

IFlowsheetPropertyPackages

See Also