IDfsFileStaticIOReadStaticItem Method |
Read the number staticItemNo static item from the file.
Namespace: DHI.Generic.MikeZero.DFSAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax IDfsStaticItem 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