FlowsheetBaseExternalUnitOperations Property

Gets or sets the dictionary of external (plugin-defined) unit operations registered with this flowsheet.

Definition

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

Property Value

DictionaryString, IExternalUnitOperation

See Also