Click or drag to resize

IResultDataIOReadItemTimestep Method (IRes1DItemData, Int32)

Read the item and timestep from the file. Data is not loaded into the Res1D data structures.

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
bool ReadItemTimestep(
	IRes1DItemData itemData,
	int timestepIndex
)

Parameters

itemData
Type: DHI.Mike1D.ResultDataAccessIRes1DItemData
The dynamic item-timestep as specified.
timestepIndex
Type: SystemInt32
Index of timestep to load

Return Value

Type: Boolean
bool on success
See Also