EngineDataItemAllTSetupDataForReaches Method (EngineNet, 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 public void SetupDataForReaches(
EngineNet net,
Predicate<GridPoint> match
)
Parameters
- net
- Type: DHI.Mike1D.EngineEngineNet
Net to take gridpoints from. - match
- Type: SystemPredicateGridPoint
The Predicate delegate that defines the conditions for adding a gridpoint
Examples
To get all gridpoints of a specific type, e.g., HGridPOints use:
dataItem.SetupDataForReaches(engineNet, typeof(HGridPoint));
See Also