Click or drag to resize

ISideStructure Interface

Optional interface for an IStructure to implement, making it capable of being used as a side structure

A side structure is not put into the reach, but added on side of the reach.

A side structure with reservoir is handled in the engine by adding an additional side structure reach, with a reservoir node (basin) in the other end.

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 ISideStructure

The ISideStructure type exposes the following members.

Properties
  NameDescription
Public propertyBank
Bank side that side-structure is located on

If side structure contains reservoir, and has the Coordinate set, this is not used (and should be set to Undefined).

Public propertySideStructureReservoir
Reservoir at end of side structure. Null if not side structure, or no reservoir is defined
Public propertyStructureType
Type of structure
Top
See Also