FormFlowsheetUtilityPlugins Property

Gets the dictionary of utility plug-ins registered with the host application, keyed by unique ID.

Definition

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

Property Value

DictionaryString, IUtilityPlugin

Implements

IFlowsheetUtilityPlugins

See Also