IDfsTemporalAxisFirstTimeStepIndex Property |
Index of first time step. Currently not used, always zero.
Namespace: DHI.Generic.MikeZero.DFSAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax int FirstTimeStepIndex { get; set; }
Property FirstTimeStepIndex As Integer
Get
Set
property int FirstTimeStepIndex {
int get ();
void set (int value);
}
abstract FirstTimeStepIndex : int with get, set
Property Value
Type:
Int32Remarks
The intented use is e.g. when a time serie represents a
subset of a larger time serie, tindex could hold the position
of the first time step in the original time serie.
See Also