Positions the file pointer at the location in the file where the specified item at 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)
Syntaxpublic void FindItem(
int itemNumber,
int timestepIndex
)
Public Sub FindItem (
itemNumber As Integer,
timestepIndex As Integer
)
public:
virtual void FindItem(
int itemNumber,
int timestepIndex
) sealed
abstract FindItem :
itemNumber : int *
timestepIndex : int -> unit
override FindItem :
itemNumber : int *
timestepIndex : int -> unit
Parameters
- itemNumber
- Type: SystemInt32
Number of item to find (1-based) - timestepIndex
- Type: SystemInt32
Index of time step to find (0-based)
Implements
IDfsFileIOFindItem(Int32, Int32)
See Also