Click or drag to resize

Mike1DDataLoadPlugin Method (Mike1DPluginInfo)

Note: This API is now obsolete.

Static method for loading a MIKE 1D plugin - creating a new instance of a IMike1DPlugin.

Namespace:  DHI.Mike1D.Mike1DDataAccess
Assembly:  DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
[ObsoleteAttribute("Will be internal method in the future")]
public static IMike1DPlugin LoadPlugin(
	Mike1DPluginInfo pluginInfo
)

Parameters

pluginInfo
Type: DHI.Mike1D.PluginsMike1DPluginInfo

Return Value

Type: IMike1DPlugin
See Also