Click or drag to resize

OverFlowGateInitialize 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)
Syntax
public override void Initialize(
	ICrossSection upCs,
	ICrossSection doCs,
	bool isLinkStructure,
	IDiagnostics diagnostics
)

Parameters

upCs
Type: DHI.Mike1D.CrossSectionModuleICrossSection
Boundary data to get time series information
doCs
Type: DHI.Mike1D.CrossSectionModuleICrossSection
Cross section data to get cross section on each side of the structure
isLinkStructure
Type: SystemBoolean
True for link-structures on structure reaches, where no upstream/downstream volume and cross section data is available
diagnostics
Type: DHI.Mike1D.GenericIDiagnostics
Diagnostics that errors are reported to

Implements

IStructureInitialize(ICrossSection, ICrossSection, Boolean, IDiagnostics)
IStructureInitialize(ICrossSection, ICrossSection, Boolean, IDiagnostics)
IStructureInitialize(ICrossSection, ICrossSection, Boolean, IDiagnostics)
IStructureInitialize(ICrossSection, ICrossSection, Boolean, IDiagnostics)
See Also