Click or drag to resize

Dfs2ReprojectorSetTarget Method (String, Double, Double, Double, Int32, Double, Double, Int32, Double, Double, Boolean, Boolean)

Fully specify the target gridinfo, including whether grid is node-based or element/cell-center based and where the origin of the projection is.

Namespace:  DHI.Generic.MikeZero.DFS.dfs123
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void SetTarget(
	string projectionString,
	double lonOrigin,
	double latOrigin,
	double orientation,
	int xCount,
	double x0,
	double dx,
	int yCount,
	double y0,
	double dy,
	bool elementCenterValues,
	bool originInFirstElementCenter
)

Parameters

projectionString
Type: SystemString
lonOrigin
Type: SystemDouble
latOrigin
Type: SystemDouble
orientation
Type: SystemDouble
xCount
Type: SystemInt32
x0
Type: SystemDouble
dx
Type: SystemDouble
yCount
Type: SystemInt32
y0
Type: SystemDouble
dy
Type: SystemDouble
elementCenterValues
Type: SystemBoolean
originInFirstElementCenter
Type: SystemBoolean
See Also