Click or drag to resize

Mike1DControlDataFactory.CreateControllableStructureDictionary Method

Namespace:  DHI.Mike1D.Mike1DDataAccess
Assembly:  DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public static Dictionary<string, IControllable> CreateControllableStructureDictionary(
	IStructureCollection structureCollection,
	Diagnostics diagnostics
)

Parameters

structureCollection
Type: DHI.Mike1D.StructureModule.IStructureCollection
diagnostics
Type: DHI.Mike1D.Generic.Diagnostics

Return Value

Type: Dictionary<String, IControllable>
See Also