Click or drag to resize

ICulvertSectionRectangular Interface

Describes a rectangular culvert section.

Namespace:  DHI.Mike1D.StructureModule
Assembly:  DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface ICulvertSectionRectangular : ICulvertSectionBase

The ICulvertSectionRectangular type exposes the following members.

Properties
  NameDescription
Public propertyClosed
Flag indicating whether the section is open or closed. Close sections have vertical walls (constant width) from the topmost point and upwards.
(Inherited from ICulvertSectionBase.)
Public propertyHeight
Height of the section; Unit: [m]
Public propertyWidth
Width of the section. Unit: [m]
Top
See Also