Click or drag to resize

ICulvertSectionGeometries Interface

Common interface containing data for all culvert geometry types.

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 ICulvertSectionGeometries : ICulvertSectionRectangular, 
	ICulvertSectionBase, ICulvertSectionCircular, ICulvertSectionCrossSection, ICulvertSectionTable

The ICulvertSectionGeometries 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 propertyData
Level width data. Lookups are always made using WidthFromDepth so no need for distingtion between depth/width data and level/width data is needed.
(Inherited from ICulvertSectionTable.)
Public propertyDiameter
Inner diameter of the section. Unit: [m]
(Inherited from ICulvertSectionCircular.)
Public propertyGeometryCrossSectionLocation
Location of cross section data for geometry.

If null, the location of the structure in the network is used (Location).

(Inherited from ICulvertSectionCrossSection.)
Public propertyGeometryCrossSectionTopoId
TopoID of cross section data for weir geometry.

If null, the topo id of the structure in the network is used (TopoID).

(Inherited from ICulvertSectionCrossSection.)
Public propertyGeometryType
Type of geometry currently enabled.
Public propertyHeight
Height of the section; Unit: [m]
(Inherited from ICulvertSectionRectangular.)
Public propertyWidth
Width of the section. Unit: [m]
(Inherited from ICulvertSectionRectangular.)
Top
See Also