OverFlowGate.Initialize Method (ICrossSection, ICrossSection, Boolean, IDiagnostics) |
Prepare the weir: Set the cross sections on each side of the weir.
Namespace:
DHI.Mike1D.StructureModule
Assembly:
DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic override void Initialize(
ICrossSection upCs,
ICrossSection doCs,
bool isLinkStructure,
IDiagnostics diagnostics
)
Public Overrides Sub Initialize (
upCs As ICrossSection,
doCs As ICrossSection,
isLinkStructure As Boolean,
diagnostics As IDiagnostics
)
public:
virtual void Initialize(
ICrossSection^ upCs,
ICrossSection^ doCs,
bool isLinkStructure,
IDiagnostics^ diagnostics
) override
Parameters
- upCs
- Type: DHI.Mike1D.CrossSectionModule.ICrossSection
Boundary data to get time series information - doCs
- Type: DHI.Mike1D.CrossSectionModule.ICrossSection
Cross section data to get cross section on each side of the structure - isLinkStructure
- Type: System.Boolean
True for link-structures on structure reaches, where no upstream/downstream volume and cross section data is available - diagnostics
- Type: DHI.Mike1D.Generic.IDiagnostics
Diagnostics that errors are reported to
Implements
IStructure.Initialize(ICrossSection, ICrossSection, Boolean, IDiagnostics)IStructure.Initialize(ICrossSection, ICrossSection, Boolean, IDiagnostics)IStructure.Initialize(ICrossSection, ICrossSection, Boolean, IDiagnostics)IStructure.Initialize(ICrossSection, ICrossSection, Boolean, IDiagnostics)
See Also