AsciiBridgeStaticItemTypes Enumeration |
Types of static outputs.
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 StaticItemTypes
Members
| Member name | Value | Description |
---|
| LowestRiverBedLevel | 17 | Lowest level of river bed, marker 2 |
| LeftLeveeBankLevelMarker1 | 18 | Level at left levee bank, marker 1 |
| RightLeveeBankLevelMarker3 | 19 | Level at right levee bank, marker 3 |
| MinOfLeftAndRightLeveeBankLevel | 20 | Minimum of left and right levee bank level |
| LeftLowFlowBankLevelMarker4 | 21 | Level of low flow bank, marker 4 |
| RightLowFlowBankLevelMarker5 | 22 | Level of right low flow bank, marker 5 |
| MinOfLeftAndRightLowFlowBankLevel | 23 | Minimum of left and right bank level |
| CenterXYCoordinates | 24 | Coordinate at center of reach, (x,y) |
| LeftXYCoordinates | 25 | Coordinate at left end of cross section |
| RightXYCoordinates | 26 | Coordinate at right end of cross section |
| UserDefinedMarks | 27 | Level of user defined marker - not supported |
See Also