Click or drag to resize

DfsFileInfo Class

File info class, containing information for/from the dfs file header.
Inheritance Hierarchy
SystemObject
  DHI.Generic.MikeZero.DFSDfsFileInfo

Namespace:  DHI.Generic.MikeZero.DFS
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public class DfsFileInfo : IDfsFileInfo

The DfsFileInfo type exposes the following members.

Constructors
  NameDescription
Public methodDfsFileInfo
Default constructor
Top
Properties
  NameDescription
Public propertyApplicationTitle
Title of the application that wrote the file
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.

See DataType for details.

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.
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.

See Projection for details.

Public propertyStatsType
Type of statistics stored in the header for each dynamic item.
Public propertyTimeAxis
Temporal axis of the file.
Top
Methods
Remarks
This class It stores all data in its own properties.

It is used by the builders for storing header information provided by the user, before creating a new file.

See Also