FlowsheetBaseAvailablePropertyPackages Property

Gets or sets the dictionary of property packages available for selection in this flowsheet instance.

Definition

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

Property Value

DictionaryString, IPropertyPackage

Implements

IFlowsheetAvailablePropertyPackages

See Also