Click or drag to resize
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: 16.0.0.0 (11.1.1.1111)
Syntax
IDfsStaticItem ReadStaticItem(
	int staticItemNo
)

Parameters

staticItemNo
Type: SystemInt32
Number of static item in the file to read. First static item has number 1

Return Value

Type: IDfsStaticItem
The static item number staticItemNo, null if there are not that many static items.
See Also