Click or drag to resize

TsBufferContains Method

Checks if a file is already in the buffer.

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 bool Contains(
	IFilePath filePath
)

Parameters

filePath
Type: DHI.Mike1D.GenericIFilePath
Path name of the file

Return Value

Type: Boolean
True if in the buffer, false otherwise
See Also