Click or drag to resize

DfsFileReadStaticItem 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)
Syntax
public IDfsStaticItem ReadStaticItem(
	int staticItemNo
)

Parameters

staticItemNo
Type: SystemInt32
Number of static item in the file to read

Return Value

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

Implements

IDfsFileStaticIOReadStaticItem(Int32)
See Also