Click or drag to resize
DfsFactoryCreateTemporalEqTimeAxis Method
Create a temporal axis, equidistant time axis.

Namespace: DHI.Generic.MikeZero.DFS
Assembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
public IDfsEqTimeAxis CreateTemporalEqTimeAxis(
	eumUnit timeUnit,
	double startTimeOffset,
	double timeStep
)

Parameters

timeUnit
Type: eumUnit
Time unit used by the time axis
startTimeOffset
Type: SystemDouble
Time in timeUnit for the first time step in the file.
timeStep
Type: SystemDouble
Time step length, in timeUnit

Return Value

Type: IDfsEqTimeAxis
See Also