Flowsheet BaseExternal Unit Operations 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
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
C#
public Dictionary<string, IExternalUnitOperation> ExternalUnitOperations { get; set; }VB
Public Property ExternalUnitOperations As Dictionary(Of String, IExternalUnitOperation)
Get
Set