Click or drag to resize

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

Fully specify the target gridinfo.

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
)

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
See Also