Mike1DStateReaderCustomStateReaders Field |
List of custom state readers.
This works in par with the CustomStateWriters,
such that it is possible to write and read custom state into the MIKE 1D state file.
Namespace:
DHI.Mike1D.Mike1DDataAccess
Assembly:
DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public List<Func<ModelStateReader, bool>> CustomStateReaders
Public CustomStateReaders As List(Of Func(Of ModelStateReader, Boolean))
public:
List<Func<ModelStateReader^, bool>^>^ CustomStateReaders
Field Value
Type:
ListFuncModelStateReader,
BooleanSee Also