Click or drag to resize

EngineNetCatchmentConnector Constructor (NetworkValueIdList, RainfallRunoffData, BoundaryData, Network, ResultDataBuffer)

Create connector for connecting to NetworkValueIdList, i.e. when storing values for other processing

Namespace:  DHI.Mike1D.Engine
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public EngineNetCatchmentConnector(
	NetworkValueIdList engineNetSimple,
	RainfallRunoffData rainfallRunoffData,
	BoundaryData boundaryData,
	Network networkData,
	ResultDataBuffer resultDataBuffer
)

Parameters

engineNetSimple
Type: DHI.Mike1D.Generic.CollectionsNetworkValueIdList

[Missing <param name="engineNetSimple"/> documentation for "M:DHI.Mike1D.Engine.EngineNetCatchmentConnector.#ctor(DHI.Mike1D.Generic.Collections.NetworkValueIdList,DHI.Mike1D.RainfallRunoffModule.RainfallRunoffData,DHI.Mike1D.BoundaryModule.BoundaryData,DHI.Mike1D.NetworkDataAccess.Network,DHI.Mike1D.ResultDataAccess.ResultDataBuffer)"]

rainfallRunoffData
Type: DHI.Mike1D.RainfallRunoffModuleRainfallRunoffData

[Missing <param name="rainfallRunoffData"/> documentation for "M:DHI.Mike1D.Engine.EngineNetCatchmentConnector.#ctor(DHI.Mike1D.Generic.Collections.NetworkValueIdList,DHI.Mike1D.RainfallRunoffModule.RainfallRunoffData,DHI.Mike1D.BoundaryModule.BoundaryData,DHI.Mike1D.NetworkDataAccess.Network,DHI.Mike1D.ResultDataAccess.ResultDataBuffer)"]

boundaryData
Type: DHI.Mike1D.BoundaryModuleBoundaryData

[Missing <param name="boundaryData"/> documentation for "M:DHI.Mike1D.Engine.EngineNetCatchmentConnector.#ctor(DHI.Mike1D.Generic.Collections.NetworkValueIdList,DHI.Mike1D.RainfallRunoffModule.RainfallRunoffData,DHI.Mike1D.BoundaryModule.BoundaryData,DHI.Mike1D.NetworkDataAccess.Network,DHI.Mike1D.ResultDataAccess.ResultDataBuffer)"]

networkData
Type: DHI.Mike1D.NetworkDataAccessNetwork

[Missing <param name="networkData"/> documentation for "M:DHI.Mike1D.Engine.EngineNetCatchmentConnector.#ctor(DHI.Mike1D.Generic.Collections.NetworkValueIdList,DHI.Mike1D.RainfallRunoffModule.RainfallRunoffData,DHI.Mike1D.BoundaryModule.BoundaryData,DHI.Mike1D.NetworkDataAccess.Network,DHI.Mike1D.ResultDataAccess.ResultDataBuffer)"]

resultDataBuffer
Type: DHI.Mike1D.ResultDataAccessResultDataBuffer

[Missing <param name="resultDataBuffer"/> documentation for "M:DHI.Mike1D.Engine.EngineNetCatchmentConnector.#ctor(DHI.Mike1D.Generic.Collections.NetworkValueIdList,DHI.Mike1D.RainfallRunoffModule.RainfallRunoffData,DHI.Mike1D.BoundaryModule.BoundaryData,DHI.Mike1D.NetworkDataAccess.Network,DHI.Mike1D.ResultDataAccess.ResultDataBuffer)"]

See Also