TimeDataCircularVectorGetValues Method |
Get values for all elements for 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 float[] GetValues(
int timestepIndex
)
Public Function GetValues (
timestepIndex As Integer
) As Single()
public:
virtual array<float>^ GetValues(
int timestepIndex
) sealed
Parameters
- timestepIndex
- Type: SystemInt32
Index of time step
Return Value
Type:
Single[Missing <returns> documentation for "M:DHI.Mike1D.ResultDataAccess.TimeDataCircularVector.GetValues(System.Int32)"]
Implements
ITimeDataGetValues(Int32)See Also