Click or drag to resize

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.

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
protected const float RES1D_VERSION = 3,03f

Field Value

Type: Single
See Also