Mike1DControlDataFactoryCreateControllableStructureDictionary Method

Create dictionary of all controllable structures

Definition

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

Parameters

structureCollection  IStructureCollection

[Missing <param name="structureCollection"/> documentation for "M:DHI.Mike1D.Mike1DDataAccess.Mike1DControlDataFactory.CreateControllableStructureDictionary(DHI.Mike1D.StructureModule.IStructureCollection,DHI.Mike1D.Generic.Diagnostics)"]

diagnostics  Diagnostics

[Missing <param name="diagnostics"/> documentation for "M:DHI.Mike1D.Mike1DDataAccess.Mike1DControlDataFactory.CreateControllableStructureDictionary(DHI.Mike1D.StructureModule.IStructureCollection,DHI.Mike1D.Generic.Diagnostics)"]

Return Value

DictionaryString, IControllable

[Missing <returns> documentation for "M:DHI.Mike1D.Mike1DDataAccess.Mike1DControlDataFactory.CreateControllableStructureDictionary(DHI.Mike1D.StructureModule.IStructureCollection,DHI.Mike1D.Generic.Diagnostics)"]

See Also