Click or drag to resize

IDfsFileInfo Properties

The IDfsFileInfo type exposes the following members.

Properties
  NameDescription
Public propertyApplicationTitle
Title of the application that wrote the file

When setting, the new string must match the length of the existing string. If the new string is shorter, spaces are appended, if the new string is longer, it is truncated.

Public propertyApplicationVersion
Version of the application that wrote the file.
Public propertyCustomBlocks
List of all custom blocks stored in the header, ordered as they where read from the file.
Public propertyDataType
Type of data stored in the file.

The data type tags the file as a special dfs file type. There exists no global system for maintaining these tag-variables. The tag-variables should only be interpreted locally within one model-complex e.g. MIKE 21. The application programmer can tag bathymetries, result files, input files freely.

Public propertyDeleteValueByte
Delete value for type byte
Public propertyDeleteValueDouble
Delete value for type double
Public propertyDeleteValueFloat
Delete value for type float
Public propertyDeleteValueInt
Delete value for type int
Public propertyDeleteValueUnsignedInt
Delete value for type unsigned int (uint)
Public propertyFileName
Return the name of the file that was used to open/create the file.
Public propertyFileTitle
Title of the file. Can be empty string.

When setting, the new string must match the length of the existing string. If the new string is shorter, spaces are appended, if the new string is longer, it is truncated.

Public propertyFileType
Type of dfs file.
Public propertyIsFileCompressed
Public propertyProjection
Projection defining the coordinate system that is stored. All coordinates are stored in this projection.
Public propertyStatsType
Type of statistics stored in the header for each dynamic item.
Public propertyTimeAxis
Temporal axis of the file.

Top
See Also