FormFlowsheetAvailableExternalUnitOperations Property

Gets or sets the dictionary of external (plug-in) unit operation types available in the host application.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public Dictionary<string, IExternalUnitOperation> AvailableExternalUnitOperations { get; set; }

Property Value

DictionaryString, IExternalUnitOperation

Implements

IFlowsheetAvailableExternalUnitOperations

See Also