FlowsheetBaseInternalUnitOperations Property

Gets or sets the dictionary of internal 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, IUnitOperation> InternalUnitOperations { get; set; }

Property Value

DictionaryString, IUnitOperation

See Also