Click or drag to resize

StructureExtensions Class

Class with extension methods for structures
Inheritance Hierarchy
SystemObject
  DHI.Mike1D.StructureModuleStructureExtensions

Namespace:  DHI.Mike1D.StructureModule
Assembly:  DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static class StructureExtensions

The StructureExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberInitialize(IStructure, CrossSectionData, Boolean, IDiagnostics)
Helper function for some unit tests. Do not use.
Public methodStatic memberInitialize(IStructure, BoundaryData, CrossSectionData, Boolean, IDiagnostics)
Helper function for some unit tests. Do not use.
Public methodStatic memberIsPumpReversed
Check if pump is reversed, i.e. the pump is a DeltaHQTable and the HQRelation has negative values.
Public methodStatic memberIsSideStructure
Returns true if the structure is a side structure
Public methodStatic memberRemovableStructure
Returns true if the structure at that location is removable
Public methodStatic memberSetBaseFilePath
Set base file path for all structures
Top
See Also