Click or drag to resize

IDfsFileIOReadItemTimeStep 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 one timestep is to be saved for later, the user is responsible to copy the data before using this method again.

Top
See Also