Click or drag to resize
CIMUGridWind2 Method
Window a grid.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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(
	CGXNETCore gxNetShared,
	CIMG img,
	string out,
	double xmin,
	double xmax,
	double ymin,
	double ymax,
	double zmin,
	double zmax,
	int clip
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
img
Type: GeoEngine.Core.GXNetXCIMG
Image of input grid
out
Type: SystemString
Name of output grid file
xmin
Type: SystemDouble
Minimum X, ground units (can be <define>rDUMMY</define>)
xmax
Type: SystemDouble
Maximum X (can be <define>rDUMMY</define>)
ymin
Type: SystemDouble
Minimum Y (can be <define>rDUMMY</define>)
ymax
Type: SystemDouble
Maximum Y (can be <define>rDUMMY</define>)
zmin
Type: SystemDouble
Minimum Z (can be <define>rDUMMY</define>)
zmax
Type: SystemDouble
Maximum Z (can be <define>rDUMMY</define>)
clip
Type: SystemInt32
<define>IMU_WIND_DUMMIES</define>
See Also