Click or drag to resize

DfsFactoryCreateAxisEqD4 Method

Create a 4D equidistant spatial axis. Currently not supported.

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 IDfsAxisEqD4 CreateAxisEqD4(
	eumUnit axisUnit,
	int xCount,
	double x0,
	double dx,
	int yCount,
	double y0,
	double dy,
	int zCount,
	double z0,
	double dz,
	int fCount,
	double f0,
	double df
)

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
zCount
Type: SystemInt32
Number of data points in the z direction
z0
Type: SystemDouble
Relative offset to origin in z direction
dz
Type: SystemDouble
space between each gridpoint in z direction
fCount
Type: SystemInt32
Number of data points in the f direction
f0
Type: SystemDouble
Relative offset to origin in f direction
df
Type: SystemDouble
space between each gridpoint in f direction

Return Value

Type: IDfsAxisEqD4
See Also