Click or drag to resize

ITsFilter Interface

Interface defining core functionality for a filter. A filter defines which parts of the file that should be loaded. It can limit which items to load and which time-steps to load. TODO: Where to specify any conversions? type conversions (float to double). Unit conversions (user to SI).

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 interface ITsFilter
See Also