Mike1DStateWriterCustomStateWriters Field

List of custom state writers.

This works in par with the CustomStateReaders, such that it is possible to write and read custom state into the MIKE 1D state file.

Definition

Namespace: DHI.Mike1D.Mike1DDataAccess
Assembly: DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public List<Action<ModelStateWriter>> CustomStateWriters

Field Value

ListActionModelStateWriter

See Also