Nwk11StructureBridge Constructor (IStructureCollection, ControlData) | 
 
            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: 19.0.0.0 (11.1.1.1111)
Syntaxpublic Nwk11StructureBridge(
	IStructureCollection structureCollection,
	ControlData controlData
)
Public Sub New ( 
	structureCollection As IStructureCollection,
	controlData As ControlData
)
public:
Nwk11StructureBridge(
	IStructureCollection^ structureCollection, 
	ControlData^ controlData
)
Parameters
- structureCollection
 - Type: DHI.Mike1D.StructureModuleIStructureCollection
Reference to the Structure collection - controlData
 - Type: DHI.Mike1D.ControlModuleControlData
[Missing <param name="controlData"/> documentation for "M:DHI.Mike1D.StructureModule.Nwk11StructureBridge.#ctor(DHI.Mike1D.StructureModule.IStructureCollection,DHI.Mike1D.ControlModule.ControlData)"]
 
See Also