Click or drag to resize

IRes1DOpenCrossSection Interface

Interface to an open cross section

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface IRes1DOpenCrossSection : IRes1DCrossSection

The IRes1DOpenCrossSection type exposes the following members.

Properties
  NameDescription
Public propertyCoordinates
List of coordinates. Can be null
Public propertyID
ID for the cross section
(Inherited from IRes1DCrossSection.)
Public propertyLeftCoordinateMarker
The point corresponding to the left coordinate of the cross section (marker 6) - index into Points, negative if undefined
Public propertyLeftLeveeBank
The left levee bank (marker 1) - index into Points, negative if undefined
Public propertyLeftLowFlowBank
The left low flow bank (marker 4) - index into Points, negative if undefined
Public propertyLowestPoint
The lowest point in the channel (marker 2) - index into Points, negative if undefined
Public propertyPoints
List for the points defining the cross section
Public propertyRightCoordinateMarker
The point corresponding to the right coordinate of the cross section (marker 7) - index into Points, negative if undefined
Public propertyRightLeveeBank
The right levee bank (marker 3) - index into Points, negative if undefined
Public propertyRightLowFlowBank
The right low flow bank (marker 5) - index into Points, negative if undefined
Top
See Also