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)

Definition

Namespace: DHI.Mike1D.StructureModule
Assembly: DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void Initialize(
	IDiagnostics parentDiagnostics
)

Parameters

parentDiagnostics  IDiagnostics

[Missing <param name="parentDiagnostics"/> documentation for "M:DHI.Mike1D.StructureModule.StructureCollection.Initialize(DHI.Mike1D.Generic.IDiagnostics)"]

Implements

IStructureCollectionInitialize(IDiagnostics)

See Also