Click or drag to resize

Res1DToTimeSeriesCreateTsCollection Method

Create a time series collection with a single time series from a catchment in resultdata. The values where quantity id == quantityId are extracted from the catchment results.

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public static TsCollection CreateTsCollection(
	IResultData resultData,
	string catchmentId,
	string quantityId,
	IDiagnostics diagnostics
)

Parameters

resultData
Type: DHI.Mike1D.ResultDataAccessIResultData
catchmentId
Type: SystemString
quantityId
Type: SystemString
diagnostics
Type: DHI.Mike1D.GenericIDiagnostics

Return Value

Type: TsCollection
See Also