DfsFactoryCreateAxisEqD2 Method |
Create a 2D equidistant spatial axis.
This 2D axis is used for dfs2 files.
See
IDfsAxisEqD2 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 IDfsAxisEqD2 CreateAxisEqD2(
eumUnit axisUnit,
int xCount,
double x0,
double dx,
int yCount,
double y0,
double dy
)
Public Function CreateAxisEqD2 (
axisUnit As eumUnit,
xCount As Integer,
x0 As Double,
dx As Double,
yCount As Integer,
y0 As Double,
dy As Double
) As IDfsAxisEqD2
public:
IDfsAxisEqD2^ CreateAxisEqD2(
eumUnit axisUnit,
int xCount,
double x0,
double dx,
int yCount,
double y0,
double dy
)
member CreateAxisEqD2 :
axisUnit : eumUnit *
xCount : int *
x0 : float *
dx : float *
yCount : int *
y0 : float *
dy : float -> IDfsAxisEqD2
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