IRes1DOpenCrossSection Interface

Interface to an open cross section

Definition

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

Properties

Coordinates List of coordinates. Can be null
ID ID for the cross section
(Inherited from IRes1DCrossSection)
IsOpen Flag specifying if cross section is an open cross section.
(Inherited from INetworkCrossSection)
LeftCoordinateMarker The point corresponding to the left coordinate of the cross section (marker 6) - index into Points, negative if undefined
LeftLeveeBank The left levee bank (marker 1) - index into Points, negative if undefined
LeftLowFlowBank The left low flow bank (marker 4) - index into Points, negative if undefined
LowestPoint The lowest point in the channel (marker 2) - index into Points, negative if undefined
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 for the points defining the cross section
RightCoordinateMarker The point corresponding to the right coordinate of the cross section (marker 7) - index into Points, negative if undefined
RightLeveeBank The right levee bank (marker 3) - index into Points, negative if undefined
RightLowFlowBank The right low flow bank (marker 5) - index into Points, negative if undefined

See Also