Click or drag to resize

IDfsFileStaticIOReadStaticItemNext Method

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.

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
IDfsStaticItem ReadStaticItemNext()

Return Value

Type: IDfsStaticItem
The next static item, null if no more items are present.
See Also