Click or drag to resize

IDfsFileIOReadItemTimeStep Method (IDfsItemData, Int32)

Read the specified item and time step. With this you can reuse the data buffer in IDfsItemData, Data. The data is updated in place.

If the data from one timestep is to be saved for later, the user is responsible to copy the data before using this method again.

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
bool ReadItemTimeStep(
	IDfsItemData itemData,
	int timestepIndex
)

Parameters

itemData
Type: DHI.Generic.MikeZero.DFSIDfsItemData
timestepIndex
Type: SystemInt32

Return Value

Type: Boolean
true on succes, false on end of file
See Also