Click or drag to resize

GridPointTypes Enumeration

Types of gridpoints

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public enum GridPointTypes
Members
  Member nameValueDescription
Undefined-1 Undefined grid point
HPoint1025 H point, with a cross section
InterpolatedHPoint2 H point, interpolated in processed data (no cross section)
QPoint3 Q point
StructurePoint4 Structure point
RoutingPoint1029 Coinsiding H and Q point, with a cross section
PointWithCrossSectionFlag1024 All points with a cross section must have the 10th bit set
Remarks

The bits above 1024 are reserved for flags. The 1024 bit defines whether the gridpoint contains a cross section.

See Also