MapBoxPointPrecedence Enumeration

If two or more map-boxes overlap at a given point, which should take precedence

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 MapBoxPointPrecedence

Members

ClosestToCenter0Select the map box where point is closest to the river center line
LowestBottomLevel1The map box which has the lowest bottom level at the point

Extension Methods

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

See Also