IDfsFileIOFindTimeStep Method |
Positions the file pointer at the location in the file where the
specified time step starts.
Namespace: DHI.Generic.MikeZero.DFSAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax void FindTimeStep(
int timestepIndex
)
Sub FindTimeStep (
timestepIndex As Integer
)
void FindTimeStep(
int timestepIndex
)
abstract FindTimeStep :
timestepIndex : int -> unit
Parameters
- timestepIndex
- Type: SystemInt32
Index of time step to find (0-based)
See Also