IResultDataIOReadItemTimestep(IRes1DItemData, Int32) Method

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

Definition

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

Parameters

itemData  IRes1DItemData
The dynamic item-timestep as specified.
timestepIndex  Int32
Index of timestep to load

Return Value

Boolean
bool on success

See Also