ICulvertSectionTable Interface

A table section is either in level-width or depth-width format, decided by the CulvertSectionGeometries value.

Definition

Namespace: DHI.Mike1D.StructureModule
Assembly: DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface ICulvertSectionTable : ICulvertSectionBase
Implements
ICulvertSectionBase

Properties

Closed 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)
Data Level width data. Lookups are always made using WidthFromDepth so no need for distingtion between depth/width data and level/width data is needed.

See Also