Click or drag to resize

TsBufferRegisterTS Method (IFilePath, DiagnosticsValue, IDiagnostics)

Register a timeseries file based on the filepath name. If file already exist in buffer, the existing will be returned, otherwise it will be added to the buffer and returned.

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 TsCollection RegisterTS(
	IFilePath filePath,
	DiagnosticsValue locationDiagnosticsValue,
	IDiagnostics diagnostics
)

Parameters

filePath
Type: DHI.Mike1D.GenericIFilePath
Path name to time series file
locationDiagnosticsValue
Type: DHI.Mike1D.GenericDiagnosticsValue
Location that is related to the time series. Use null if not relevant.
diagnostics
Type: DHI.Mike1D.GenericIDiagnostics
Diagnostics item

Return Value

Type: TsCollection
A time series object holder
See Also