Click or drag to resize

EngineDataItemAllTSetupDataForReaches Method (EngineNet, ListInt32, ListDouble, ListDouble, PredicateGridPoint)

Set up reach data, data on all gridpoints of a given instance type

Namespace:  DHI.Mike1D.Engine.ModuleData
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public void SetupDataForReaches(
	EngineNet net,
	List<int> indexes,
	List<double> startChainages,
	List<double> endChainages,
	Predicate<GridPoint> match
)

Parameters

net
Type: DHI.Mike1D.EngineEngineNet
Net to take gridpoints from.
indexes
Type: System.Collections.GenericListInt32
startChainages
Type: System.Collections.GenericListDouble
endChainages
Type: System.Collections.GenericListDouble
match
Type: SystemPredicateGridPoint
Examples
To get all HGridPOints within a chainage interval, for each reach:
See Also