FloodMapGridStoreCells Property

Store array of active cells for later user.

If this is only used for calculating bottom levels, BottomLevels, there is no need to store the cells, and it can be set to false

Default is true.

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 StoreCells { get; set; }

Property Value

Boolean

See Also