Click or drag to resize

FloodLinkLateralFindClosestHPoints Method

Namespace:  DHI.Mike1D.MzCouplings
Assembly:  DHI.Mike1D.MzCouplings (in DHI.Mike1D.MzCouplings.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public void FindClosestHPoints(
	double chainage,
	EngineNet myEngineNet,
	out int iBefore,
	out int iAfter,
	out IHDReach befIhdReach,
	out IHDReach aftIhdReach
)

Parameters

chainage
Type: SystemDouble
myEngineNet
Type: DHI.Mike1D.EngineEngineNet
iBefore
Type: SystemInt32
iAfter
Type: SystemInt32
befIhdReach
Type: DHI.Mike1D.Engine.ModuleHDIHDReach
aftIhdReach
Type: DHI.Mike1D.Engine.ModuleHDIHDReach
See Also