ITimeDataSetValues Method

Set values for all elements at the speficied time step

calling this method is only valid if NumberOfElements is greater than 1.

Definition

Namespace: DHI.Mike1D.ResultDataAccess
Assembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
void SetValues(
	int timestepIndex,
	float[] values
)

Parameters

timestepIndex  Int32
Index of time step
values  Single
Array of values

See Also