FlowsheetBaseGHGEmissionCompositions Property

Gets or sets the dictionary of GHG emission compositions associated with streams in this flowsheet.

Definition

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

Property Value

DictionaryString, IGHGComposition

Implements

IFlowsheetGHGEmissionCompositions

See Also