Click or drag to resize

Res1DToTimeSeriesCreateTsCollection Method

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 18.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