Click or drag to resize

IEngineDataItemTContainsDataReach Method

Check whether there is data for the specified reach

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#
bool ContainsDataReach(
	EngineReach reach
)

Parameters

reach
Type: DHI.Mike1D.EngineEngineReach

Return Value

Type: Boolean
True if data for reach exists
See Also