Click or drag to resize

AsciiBridgeStaticItemTypes Enumeration

Types of static outputs.

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 StaticItemTypes
Members
  Member nameValueDescription
LowestRiverBedLevel17 Lowest level of river bed, marker 2
LeftLeveeBankLevelMarker118 Level at left levee bank, marker 1
RightLeveeBankLevelMarker319 Level at right levee bank, marker 3
MinOfLeftAndRightLeveeBankLevel20 Minimum of left and right levee bank level
LeftLowFlowBankLevelMarker421 Level of low flow bank, marker 4
RightLowFlowBankLevelMarker522 Level of right low flow bank, marker 5
MinOfLeftAndRightLowFlowBankLevel23 Minimum of left and right bank level
CenterXYCoordinates24 Coordinate at center of reach, (x,y)
LeftXYCoordinates25 Coordinate at left end of cross section
RightXYCoordinates26 Coordinate at right end of cross section
UserDefinedMarks27 Level of user defined marker - not supported
See Also