Click or drag to resize

IDfs3FileReadItemTimeStep Method

Overload List
  NameDescription
Public methodReadItemTimeStep(Int32, Int32)
For details, see ReadItemTimeStep(Int32, Int32). This version returns a IDfsItemData3D.
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.

(Inherited from IDfsFileIO.)
Public methodReadItemTimeStep(IDfsItemData3D, Int32)
For details, see ReadItemTimeStep(IDfsItemData, Int32). This version works on a IDfsItemData3D.
Top
See Also