IDfsFileIOFindItem Method |
Positions the file pointer at the location in the file where the
specified dynamic item at the specified time step starts.
Namespace:
DHI.Generic.MikeZero.DFS
Assembly:
DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxvoid FindItem(
int itemNumber,
int timestepIndex
)
Sub FindItem (
itemNumber As Integer,
timestepIndex As Integer
)
void FindItem(
int itemNumber,
int timestepIndex
)
abstract 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)
See Also