Click or drag to resize

DfsFactoryCreateAxisCurveLinearD2 Method

Create a 2D curve-linear spatial axis. See IDfsAxisCurveLinearD2 for details. This 2D axis is used for curve-linear dfs2 files.

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 IDfsAxisCurveLinearD2 CreateAxisCurveLinearD2(
	eumUnit axisUnit,
	int xCount,
	int yCount,
	double[] xCoords,
	double[] yCoords
)

Parameters

axisUnit
Type: eumUnit
Unit of the axis coordinate values.
xCount
Type: SystemInt32
Number of data points in the x direction
yCount
Type: SystemInt32
Number of data points in the Y direction
xCoords
Type: SystemDouble
X-coordinates of the grid.
yCoords
Type: SystemDouble
Y-coordinates of the grid.

Return Value

Type: IDfsAxisCurveLinearD2
See Also