Mike1DDataPluginInfos Property  | 
 
            List of plugins registered for this setup.
            
            Plugins are handled when the setup has been loaded and a Mike1DData object is available.
            
 
    Namespace: 
   DHI.Mike1D.Mike1DDataAccess
    Assembly:
   DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic IList<Mike1DPluginInfo> PluginInfos { get; }Public ReadOnly Property PluginInfos As IList(Of Mike1DPluginInfo)
	Get
public:
property IList<Mike1DPluginInfo^>^ PluginInfos {
	IList<Mike1DPluginInfo^>^ get ();
}Property Value
Type: 
IListMike1DPluginInfo
See Also