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: 19.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