Click or drag to resize

DfsFileReadItemTimeStep Method

Overload List
  NameDescription
Public methodReadItemTimeStep(Int32, Int32)
Reads the dynamic item-timestep as specified from the file. It throws an exception if itemNumber or timestepIndex is out of range.
Public methodReadItemTimeStep(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 a timestep is to be stored, the user is responsible to copy the data before using this method again.

The itemData must origin from the dfs file at hand, either returned by another ReadItemTimeStep call, or by use of a

CreateEmptyItemData
method.

Top
See Also