Click or drag to resize

EngineDataItemAllTSetupDataForReaches Method (EngineNet, Type)

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: 19.0.0.0 (11.1.1.1111)
Syntax
public void SetupDataForReaches(
	EngineNet net,
	Type tGridPoint
)

Parameters

net
Type: DHI.Mike1D.EngineEngineNet
Net to take gridpoints from.
tGridPoint
Type: SystemType
Type of gridpoint that a gridpoint must be an instance of to get in data
Examples
To get all gridpoints of a specific type, e.g., HGridPOints use:
dataItem.SetupDataForReaches(engineNet, typeof(HGridPoint));
See Also