FloodMap Class

Class containing data for automatic creation of flood map files.

Definition

Namespace: DHI.Mike1D.HDParameterDataAccess
Assembly: DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public class FloodMap
Inheritance
Object    FloodMap

Constructors

FloodMapInitializes a new instance of the FloodMap class

Properties

ApplyDemDataOutsideRiverXS Boolean indicating whether Dem data outside of river cross section are applied.

When false, the DEM file will have delete values outside the river cross sections.

ApplyDemDataRiverXS Boolean indicating whether Dem data between river cross section are applied.

When false, Dem values are calculated from cross sections, and values outside cross sections are not defined.

ApplyDemInputGroundElevation Boolean indicating whether Dem input Data for ground elevation are applied
DemData List of DEM data files, that are used by all the map output files.
GenerateMapOutput Boolean indicating whether the Map Output Option is enabled
MapOutputFiles List of flood map result files that will be created.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also