DamBreakBaseInitialize Method (IStructureCollection, IBoundaryData, CrossSectionData, Boolean, IDiagnostics) |
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 public override void Initialize(
IStructureCollection collection,
IBoundaryData boundaryData,
CrossSectionData crossSectionData,
bool isLinkStructure,
IDiagnostics diagnostics
)
Parameters
- collection
- Type: DHI.Mike1D.StructureModuleIStructureCollection
- boundaryData
- Type: DHI.Mike1D.BoundaryModuleIBoundaryData
Boundary data to get time series information - crossSectionData
- Type: DHI.Mike1D.CrossSectionModuleCrossSectionData
Cross section data to get cross section on each side of the structure - isLinkStructure
- Type: SystemBoolean
- diagnostics
- Type: DHI.Mike1D.GenericIDiagnostics
Diagnostics that errors are reported to
Implements
IStructureInitialize(IStructureCollection, IBoundaryData, CrossSectionData, Boolean, IDiagnostics)IStructureInitialize(IStructureCollection, IBoundaryData, CrossSectionData, Boolean, IDiagnostics)See Also