Click or drag to resize

TSOBridgeCreate Method

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

Parameters

collection
Type: DHI.Mike1D.Generic.TimeSeriesTsCollection
converters
Type: System.Collections.GenericIListITsDataConverter
fileName
Type: SystemString

Return Value

Type: ITsBridge
See Also