| DfsFactoryCreateAxisEqD3 Method  | 
            Create a 3D equidistant spatial axis. 
            This 3D axis is used for dfs3 files. 
            See 
IDfsAxisEqD3 for details.
            
 
Namespace: DHI.Generic.MikeZero.DFSAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntaxpublic IDfsAxisEqD3 CreateAxisEqD3(
	eumUnit axisUnit,
	int xCount,
	double x0,
	double dx,
	int yCount,
	double y0,
	double dy,
	int zCount,
	double z0,
	double dz
)
Public Function CreateAxisEqD3 ( 
	axisUnit As eumUnit,
	xCount As Integer,
	x0 As Double,
	dx As Double,
	yCount As Integer,
	y0 As Double,
	dy As Double,
	zCount As Integer,
	z0 As Double,
	dz As Double
) As IDfsAxisEqD3
public:
IDfsAxisEqD3^ CreateAxisEqD3(
	eumUnit axisUnit, 
	int xCount, 
	double x0, 
	double dx, 
	int yCount, 
	double y0, 
	double dy, 
	int zCount, 
	double z0, 
	double dz
)
member CreateAxisEqD3 : 
        axisUnit : eumUnit * 
        xCount : int * 
        x0 : float * 
        dx : float * 
        yCount : int * 
        y0 : float * 
        dy : float * 
        zCount : int * 
        z0 : float * 
        dz : float -> IDfsAxisEqD3 
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 
Return Value
Type: 
IDfsAxisEqD3
See Also