Click or drag to resize

RemoveLIDInitialize Method

Initialize plugin, providing arguments from setup, see Arguments

Arguments can be:

all = 'true'
lidid = 'someLIDID'
catchmentid = 'someCatchmentID'
If specifying
all = true
, all LIDs are removed. If specifying a catchment ID, then all LIDs from that catchment is removed. If specifying a LID ID, only that single lid is removed.

It is possible to specify more LID ID's and Catchment ID's

Namespace:  DHI.Mike1D.Plugins
Assembly:  DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void Initialize(
	IList<Mike1DPluginArgument> arguments,
	Mike1DData mike1DData
)

Parameters

arguments
Type: System.Collections.GenericIListMike1DPluginArgument
Arguments stored in setup
mike1DData
Type: DHI.Mike1D.Mike1DDataAccessMike1DData

[Missing <param name="mike1DData"/> documentation for "M:DHI.Mike1D.Plugins.RemoveLID.Initialize(System.Collections.Generic.IList{DHI.Mike1D.Plugins.Mike1DPluginArgument},DHI.Mike1D.Mike1DDataAccess.Mike1DData)"]

Implements

IMike1DPluginInitialize(IListMike1DPluginArgument, Mike1DData)
See Also