Click or drag to resize

Nwk11StructureBridge Constructor (IStructureCollection, ControlData, PFSSection)

Constructor. The constructor sets a reference to the structure collection that aggregates the list of structures filled by the bridge.

Namespace:  DHI.Mike1D.StructureModule
Assembly:  DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public Nwk11StructureBridge(
	IStructureCollection structureCollection,
	ControlData controlData,
	PFSSection structureSection
)

Parameters

structureCollection
Type: DHI.Mike1D.StructureModuleIStructureCollection
Reference to the Structure collection
controlData
Type: DHI.Mike1D.ControlModuleControlData
structureSection
Type: PFSSection
Structure Section
See Also