Click or drag to resize
DfsFactoryCreateAxisEqD1 Method
Create a 1D equidistant spatial axis. This 1D axis is used for dfs1 files. See IDfsAxisEqD1 for details.

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 IDfsAxisEqD1 CreateAxisEqD1(
	eumUnit axisUnit,
	int xCount,
	double x0,
	double dx
)

Parameters

axisUnit
Type: eumUnit
Unit of the axis coordinate values.
xCount
Type: SystemInt32
Number of data points in the x direction
x0
Type: SystemDouble
Relative offset to origin
dx
Type: SystemDouble
space between each gridpoint

Return Value

Type: IDfsAxisEqD1
See Also