TsBufferRegisterTS Method (IFilePath, Int32, eumQuantity, 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. The item is also registered for usage
Namespace:
DHI.Mike1D.Generic.TimeSeries
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntaxpublic TsCollection RegisterTS(
IFilePath filePath,
int n,
eumQuantity eumQuantity,
IDiagnostics diagnostics
)
Parameters
- filePath
- Type: DHI.Mike1D.GenericIFilePath
Path name to time series file - n
- Type: SystemInt32
Register the n'th item of specified type - eumQuantity
- Type: eumQuantity
Type of items to consider when searching in TsCollection - diagnostics
- Type: DHI.Mike1D.GenericIDiagnostics
Return Value
Type:
TsCollectionA time series object holder
See Also