Mike1DDataDataVersion Property |
Version of data read from storage. Only applicable when reading data from .m1dx file,
where it is possible to check if data is read from an older .m1dx 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 Version DataVersion { get; }
Public ReadOnly Property DataVersion As Version
Get
public:
property Version^ DataVersion {
Version^ get ();
}
Property Value
Type:
VersionSee Also