Click or drag to resize

TsCollectionCreate Method (String, IListITsDataConverter)

Creates a new TsCollection based on the file name. Header or data is not loaded. Applies the converters when loading the file.

Namespace:  DHI.Mike1D.Generic.TimeSeries
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public static TsCollection Create(
	string fileName,
	IList<ITsDataConverter> converters
)

Parameters

fileName
Type: SystemString
converters
Type: System.Collections.GenericIListITsDataConverter

Return Value

Type: TsCollection
See Also