Res1DStaticDataType Enumeration |
Enums of static data types used in the static items of the DFS file.
Namespace:
DHI.Mike1D.ResultDataAccess
Assembly:
DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public enum Res1DStaticDataType
Members
| Member name | Value | Description |
---|
| MajorVersion | 0 | |
| MinorVersion | 1 | |
| NumberOfUserMarkers | 2 | |
| UserMarkTitle | 3 | |
| NumberOfNodes | 4 | |
| NodeType | 5 |
Node Type. Data follows the values of the NodeTypes enum
|
| NodeID | 6 |
Node identification string
|
| NodeX | 7 |
Node x-coordinate
|
| NodeY | 8 |
Node y-coordinate
|
| BottomLevel | 9 |
Bottom level of Manhole, Basin or outlet
|
| CriticalLevel | 10 |
Critical level of Manhole, Basin or outlet
|
| GroundLevel | 11 |
Ground level of Manhole, Basin or outlet
|
| ManholeDiameter | 12 |
Manhole diameter
|
| NumberOfReaches | 13 |
Number of nodes included in the setup
|
| ReachName | 14 |
Name of the reach
|
| TopoID | 15 |
Topology specifier
|
| StartNodeNumber | 16 |
Number of the start node.
|
| EndNodeNumber | 17 |
Number of the end node
|
| Direction | 25 |
Direction indicator. 1 is positive -1 is negative
|
| NumberOfDigiPoints | 18 |
Nymber of Digipoints in a given branch
|
| DigiPointChainage | 19 |
Chainage in the digi point
|
| DigiPointXCoordinate | 20 |
X-coordinate for the digi point
|
| DigiPointYCoordinate | 21 |
Y_coordinate for the digi point
|
| NumberOfGridPoints | 22 |
Number of grid points within the reach
|
| PointType | 23 |
Grid point type, i.e. H-Point, Q-Point or ...
|
| Chainage | 24 |
Chainage of the point within the reach
|
| GridPointX | 27 |
Gridpoint x-coordinate
|
| GridPointY | 28 |
Gridpoint y-coordinate
|
| GridPointZ | 29 |
Gridpoint z-coordinate
|
| UserMarkerArray | 30 |
Values for each of the defined user markers
|
| CrossSectionID | 41 |
Cross section identification string
|
| CrossSectionType | 42 |
Cross section type (Open, Circular ... int number referes to CrossSectionTypes enum)
|
| CrossSectionMarkerArray | 43 |
Open cross sections have marker values (int array of dim 8)
|
| CrossSectionXArray | 44 |
X values for tabulated cross section
|
| CrossSectionZArray | 45 |
Z values for tabulated cross section
|
| CrossSectionCenterLevel | 46 |
Center level for circular cross section
|
| CrossSectionDiameter | 47 |
Diameter for circular cross section
|
| CrossSectionHeightWidth | 48 |
Height and width for rectangular cross section
|
| NumberOfCatchments | 49 |
Number of catchments included in the setup
|
| CatchmentArea | 50 |
Catchment area
|
| CatchmentID | 51 |
Catchment ID
|
Remarks
The associated integers are not to be changed since the enumerations are
casted into integers which are then persisted in the res1d file
See Also