CrossLineLocations Enumeration

Enum indicating where to produce cross lines, and eventually also map boxes.

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 enum CrossLineLocations

Members

CrossSections0 Create only at cross section lines
GridPoints1 Create at cross section lines and H grid points. If grid points are not available, additional points are inserted if MaximumDx is set.
DigiPoints2 Create at cross section lines and at all digi-points

Extension Methods

IsOneOf Returns true if enumeration is one of the listed ones.
(Defined by GenericExtensions)

See Also