IDfsFileStaticIOReadStaticItem Method |
Read the number staticItemNo static item from the 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)
SyntaxIDfsStaticItem ReadStaticItem(
int staticItemNo
)
Function ReadStaticItem (
staticItemNo As Integer
) As IDfsStaticItem
IDfsStaticItem^ ReadStaticItem(
int staticItemNo
)
abstract ReadStaticItem :
staticItemNo : int -> IDfsStaticItem
Parameters
- staticItemNo
- Type: SystemInt32
Number of static item in the file to read. First static item has number 1
Return Value
Type:
IDfsStaticItemThe static item number
staticItemNo, null if there are not that many static items.
See Also