Click or drag to resize

StateReadMode Enumeration

Read mode enumeration, describing what happens when reading and old/new version of a state file.

Namespace:  DHI.Mike1D.ModelState
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public enum StateReadMode
Members
  Member nameValueDescription
Exact0 If the state file version is identical to the bridge version, then we expect all known items to be present in the file
NewFile1 If the state file version is newer than the bridge version, then we will skip unknown items in the file.
OldFile2 If the state file version is older than the bridge version, then we will skip processing items if they are missing in the file
See Also