TimeDataVectorTSSetValues Method |
Set values for all elements at the speficied time step
calling this method is only valid if NumberOfElements
is greater than 1.
Namespace:
DHI.Mike1D.ResultDataAccess
Assembly:
DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public void SetValues(
int timestepIndex,
float[] values
)
Public Sub SetValues (
timestepIndex As Integer,
values As Single()
)
public:
virtual void SetValues(
int timestepIndex,
array<float>^ values
) sealed
Parameters
- timestepIndex
- Type: SystemInt32
Index of time step - values
- Type: SystemSingle
Array of values
Implements
ITimeDataSetValues(Int32, Single)See Also