Click or drag to resize

IDfsFileStaticIO Interface

Interface containing the raw read and write functions of the static items in a dfs file.

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 interface IDfsFileStaticIO

The IDfsFileStaticIO type exposes the following members.

Methods
  NameDescription
Public methodReadStaticItem
Read the number staticItemNo static item from the file.
Public methodReadStaticItemNext
Reads the next static item. First time called it returns the first static item. If ReadStaticItem(Int32) is called for example with argument staticItemNo 3, the next call to this method will return static item number 4. If one of the methods reading/writing dynamic item data is called, see IDfsFileIO, the static item number is reset, and the next call to this method again returns the first item number.
Public methodWriteStaticItemData
Write the static item back to the file. the staticItem must originate from this file. This will update and overwrite the static item information and the data of the static item.
Top
See Also