Click or drag to resize

LateralLinkOutputSpecSetupDataForReaches Method

Namespace:  DHI.Mike1D.Engine.Couplings
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public static void SetupDataForReaches(
	EngineDataItemAll<double> engineDataItem,
	EngineNet engineNet,
	Predicate<GridPoint> match,
	Dictionary<int, List<()>> reachSpans,
	bool setupForAllGridpoints = false
)

Parameters

engineDataItem
Type: DHI.Mike1D.Engine.ModuleDataEngineDataItemAllDouble
engineNet
Type: DHI.Mike1D.EngineEngineNet
match
Type: SystemPredicateGridPoint
reachSpans
Type: System.Collections.GenericDictionaryInt32, ListValueTupleT1, T2
setupForAllGridpoints (Optional)
Type: SystemBoolean
See Also