Click or drag to resize

IStructureInitialize Method

Set up structure and set runtime diagnostics object

Namespace:  DHI.Mike1D.StructureModule
Assembly:  DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
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
See Also