GridPointTypes Enumeration

Enumeration of grid point types.

Defined as flag so they can be used as selection, i.e. GridPointTypes allow = HGridPoint | QGridPoint

Definition

Namespace: DHI.Mike1D.Engine
Assembly: DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
[FlagsAttribute]
public enum GridPointTypes

Members

None0 Undefined, or none
HGridPoint1 H grid point
QGridPoint2 Q grid point
StructureGridPoint4 Structure grid point. A structure grid point is also a Q grid point
RoutingGridPoint256 Routing grid point

Extension Methods

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

See Also