Click or drag to resize
CIMUGridWind2 Method
Window a grid.

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
To change the cell size or work in a different projection, first inherit the IMG by calling The windowed grid will be adjusted/expanded to include the defined area and line up on an even grid cell.
Syntax
public static void GridWind2(
	CIMG oIMG1,
	string str2,
	double d3,
	double d4,
	double d5,
	double d6,
	double d7,
	double d8,
	int i9
)

Parameters

oIMG1
Type: GeoEngine.Core.GXNetCIMG
Image of input grid
str2
Type: SystemString
Name of output grid file
d3
Type: SystemDouble
Minimum X, ground units (can be rDUMMY)
d4
Type: SystemDouble
Maximum X (can be rDUMMY)
d5
Type: SystemDouble
Minimum Y (can be rDUMMY)
d6
Type: SystemDouble
Maximum Y (can be rDUMMY)
d7
Type: SystemDouble
Minimum Z (can be rDUMMY)
d8
Type: SystemDouble
Maximum Z (can be rDUMMY)
i9
Type: SystemInt32
See IMU_WIND_DUMMIESConstant
See Also