SquaredGatedBCWeirInitialize Method (IStructureCollection, CrossSectionData, 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: 16.0.0.0 (11.1.1.1111)
Syntax public override 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
- diagnostics
- Type: DHI.Mike1D.GenericIDiagnostics
Diagnostics that errors are reported to
Implements
IStructureInitialize(IStructureCollection, CrossSectionData, Boolean, IDiagnostics)IStructureInitialize(IStructureCollection, CrossSectionData, Boolean, IDiagnostics)IStructureInitialize(IStructureCollection, CrossSectionData, Boolean, IDiagnostics)See Also