FloodMapGridInitialize Method

Initialize flood map file, utilizing mapping box search tree.

Definition

Namespace: DHI.Mike1D.FloodMap
Assembly: DHI.Mike1D.FloodMap (in DHI.Mike1D.FloodMap.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public bool Initialize(
	StopwatchCollection stopwatchCollection = null
)

Parameters

stopwatchCollection  StopwatchCollection  (Optional)

[Missing <param name="stopwatchCollection"/> documentation for "M:DHI.Mike1D.FloodMap.FloodMapGrid.Initialize(DHI.StopwatchCollection)"]

Return Value

Boolean

[Missing <returns> documentation for "M:DHI.Mike1D.FloodMap.FloodMapGrid.Initialize(DHI.StopwatchCollection)"]

See Also