Click or drag to resize

FloodMapRes1DCrossSectionWrapper Class

Class for wrapping an IRes1DOpenCrossSection into an IFloodMapCrossSection
Inheritance Hierarchy
SystemObject
  DHI.Mike1D.FloodMapFloodMapRes1DCrossSectionWrapper

Namespace:  DHI.Mike1D.FloodMap
Assembly:  DHI.Mike1D.FloodMap (in DHI.Mike1D.FloodMap.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public class FloodMapRes1DCrossSectionWrapper : IFloodMapCrossSection

The FloodMapRes1DCrossSectionWrapper type exposes the following members.

Constructors
  NameDescription
Public methodFloodMapRes1DCrossSectionWrapper
Default constructor
Top
Properties
  NameDescription
Public propertyCoordinates
List for the points defining the cross section. If null, cross section is assumed to be perpendicular to the river.
Public propertyIsOpen
Flag specifying if cross section is an open cross section.
Public propertyLeftLeveeBank
The left levee bank (marker 1) - index into Points. Must be set for open cross section with Points
Public propertyLeftLowFlowBank
The left low flow bank (marker 4) - index into Points, negative if undefined
Public propertyLowestPoint
Lowest point in the channel (marker 2) - index into Points. Must be set for open cross section with Points
Public propertyMaxWidth
Maximum width of cross section. For open cross section it is the width at the top of the cross section
Public propertyPoints
List of the points defining the geometry of the cross section. Null if geometry is not explicitly defined (defined by processed data only)
Public propertyRightLeveeBank
The right levee bank (marker 3) - index into Points. Must be set for open cross section with Points
Public propertyRightLowFlowBank
The right low flow bank (marker 5) - index into Points, negative if undefined
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also