Nwk11StructureBridge(IStructureCollection, ControlData) Constructor

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

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 Nwk11StructureBridge(
	IStructureCollection structureCollection,
	ControlData controlData
)

Parameters

structureCollection  IStructureCollection
Reference to the Structure collection
controlData  ControlData

[Missing <param name="controlData"/> documentation for "M:DHI.Mike1D.StructureModule.Nwk11StructureBridge.#ctor(DHI.Mike1D.StructureModule.IStructureCollection,DHI.Mike1D.ControlModule.ControlData)"]

See Also