ResultDataMapperCreateMaps Method

Create maps

Definition

Namespace: DHI.Mike1D.FloodMap
Assembly: DHI.Mike1D.FloodMap (in DHI.Mike1D.FloodMap.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void CreateMaps(
	IDiagnostics diagnostics,
	StopwatchCollection overall = null,
	List<FloodMapDemData> demInputDatas = null
)

Parameters

diagnostics  IDiagnostics

[Missing <param name="diagnostics"/> documentation for "M:DHI.Mike1D.FloodMap.ResultDataMapper.CreateMaps(DHI.Mike1D.Generic.IDiagnostics,DHI.StopwatchCollection,System.Collections.Generic.List{DHI.Mike1D.FloodMap.FloodMapDemData})"]

overall  StopwatchCollection  (Optional)

[Missing <param name="overall"/> documentation for "M:DHI.Mike1D.FloodMap.ResultDataMapper.CreateMaps(DHI.Mike1D.Generic.IDiagnostics,DHI.StopwatchCollection,System.Collections.Generic.List{DHI.Mike1D.FloodMap.FloodMapDemData})"]

demInputDatas  ListFloodMapDemData  (Optional)

[Missing <param name="demInputDatas"/> documentation for "M:DHI.Mike1D.FloodMap.ResultDataMapper.CreateMaps(DHI.Mike1D.Generic.IDiagnostics,DHI.StopwatchCollection,System.Collections.Generic.List{DHI.Mike1D.FloodMap.FloodMapDemData})"]

See Also