Click or drag to resize

DfsFactoryCreateAxisEqD2 Method

Create a 2D equidistant spatial axis. This 2D axis is used for dfs2 files. See IDfsAxisEqD2 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 IDfsAxisEqD2 CreateAxisEqD2(
	eumUnit axisUnit,
	int xCount,
	double x0,
	double dx,
	int yCount,
	double y0,
	double dy
)

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 in x direction
dx
Type: SystemDouble
space between each gridpoint in x direction
yCount
Type: SystemInt32
Number of data points in the y direction
y0
Type: SystemDouble
Relative offset to origin in y direction
dy
Type: SystemDouble
space between each gridpoint in y direction

Return Value

Type: IDfsAxisEqD2
See Also