Click or drag to resize

Mike1DControllerLTSAddReachToList Method

Add node to the 'nodes' list

Namespace:  DHI.Mike1D.Mike1DDataAccess
Assembly:  DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public void AddReachToList(
	string reachId,
	string reachNotFoundDiagnosticsId,
	EngineReaches reaches,
	string errAdditionalInfo
)

Parameters

reachId
Type: SystemString
reachNotFoundDiagnosticsId
Type: SystemString
reaches
Type: DHI.Mike1D.EngineEngineReaches
The reach is added to this list of reaches
errAdditionalInfo
Type: SystemString
See Also