StructureExtensions Class

Class with extension methods for structures

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 static class StructureExtensions
Inheritance
Object    StructureExtensions

Methods

GetControlActionInfo Get control action info for the specified id. It will return null if controlActionId is not valid.
Initialize(IStructure, CrossSectionData, Boolean, IDiagnostics) Helper function for some unit tests. Do not use.
Initialize(IStructure, BoundaryData, CrossSectionData, Boolean, IDiagnostics) Helper function for some unit tests. Do not use.
IsPumpReversed Check if pump is reversed, i.e. the pump is a DeltaHQTable and the HQRelation has negative values.
IsSideStructure Returns true if the structure is a side structure
RemovableStructure Returns true if the structure at that location is removable
SetBaseFilePath Set base file path for all structures

See Also