StructureCollectionInitialize Method |
Initialize structure collection. Use only when no boundary and cross section data is
available, typically when the structure module is used independently
(not part of network simulation)
Collects structures with identical location in composite structures.
This automatically calls Initialize(ICrossSection, ICrossSection, Boolean, IDiagnostics)
on each structure in the collection, setting the IsLinkStructure to true (no cross sectino data available)
Namespace:
DHI.Mike1D.StructureModule
Assembly:
DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public void Initialize(
IDiagnostics parentDiagnostics
)
Public Sub Initialize (
parentDiagnostics As IDiagnostics
)
public:
virtual void Initialize(
IDiagnostics^ parentDiagnostics
) sealed
Parameters
- parentDiagnostics
- Type: DHI.Mike1D.GenericIDiagnostics
[Missing <param name="parentDiagnostics"/> documentation for "M:DHI.Mike1D.StructureModule.StructureCollection.Initialize(DHI.Mike1D.Generic.IDiagnostics)"]
Implements
IStructureCollectionInitialize(IDiagnostics)See Also