IDfsFileIOReadItemTimeStep Method |
Name | Description | |
---|---|---|
ReadItemTimeStep(Int32, Int32) |
Reads the dynamic item-timestep as specified from the file. It throws an
exception if itemNumber or timestepIndex
is out of range.
| |
ReadItemTimeStep(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. |