Click or drag to resize

GridPointTypes Enumeration

Enumeration of grid point types.

Defined as flag so they can be used as selection, i.e.

GridPointTypes allow = HGridPoint | QGridPoint

Namespace:  DHI.Mike1D.Engine
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
[FlagsAttribute]
public enum GridPointTypes
Members
  Member nameValueDescription
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
See Also