Res1DStreamBridgeRES1D_VERSION Field

Version of the MIKE 1D file format

The integer part is the major version number and the fractional part is the minor version number.

If only the minor version number differs, bridge should be backward and forward compatible, forward compatible meaning that older bridge can read newer files, though it will usually miss the new functionality

If the major version number differs, bridge will only be backward compatible.

Definition

Namespace: DHI.Mike1D.ResultDataAccess
Assembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
protected const float RES1D_VERSION = 3,04f

Field Value

Single

See Also