Click or drag to resize

IStructureInitialize Method (IStructureCollection, CrossSectionData, Boolean, IDiagnostics)

Note: This API is now obsolete.

Set up structure and set runtime diagnostics object

Namespace:  DHI.Mike1D.StructureModule
Assembly:  DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
[ObsoleteAttribute("Only used in tests")]
void Initialize(
	IStructureCollection collection,
	CrossSectionData crossSectionData,
	bool isLinkStructure,
	IDiagnostics diagnostics
)

Parameters

collection
Type: DHI.Mike1D.StructureModuleIStructureCollection
crossSectionData
Type: DHI.Mike1D.CrossSectionModuleCrossSectionData
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