INetworkOpenCrossSection Interface

A generic open cross section

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface INetworkOpenCrossSection : INetworkCrossSection
Implements
INetworkCrossSection

Properties

Coordinates List for the points defining the cross section. If null, cross section is assumed to be perpendicular to the river.
IsOpen Flag specifying if cross section is an open cross section.
(Inherited from INetworkCrossSection)
LeftLeveeBank The left levee bank (marker 1) - index into Points. Must be set for open cross section with Points
LeftLowFlowBank The left low flow bank (marker 4) - index into Points, negative if undefined
LowestPoint Lowest point in the channel (marker 2) - index into Points. Must be set for open cross section with Points
MaximumWidth Maximum width of cross section. For open cross section it is the width at the top of the cross section
(Inherited from INetworkCrossSection)
Points List of the points defining the geometry of the cross section. Null if geometry is not explicitly defined (defined by processed data only)
RightLeveeBank The right levee bank (marker 3) - index into Points. Must be set for open cross section with Points
RightLowFlowBank The right low flow bank (marker 5) - index into Points, negative if undefined

See Also