Click or drag to resize
CIMUGridWind Method
Create a grid using a defined area window within a larger 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)
Syntax
public static void GridWind(
	CIMG oIMG1,
	string str2,
	int i3,
	double d4,
	double d5,
	double d6,
	double d7,
	double d8,
	double d9,
	double d10,
	int i11,
	int i12,
	string str13
)

Parameters

oIMG1
Type: GeoEngine.Core.GXNetCIMG
Image of input grid
str2
Type: SystemString
Name of output grid file
i3
Type: SystemInt32
See IMU_WIND_COORDConstant
d4
Type: SystemDouble
Min. limit of window in X direction (can be rDUMMY)
d5
Type: SystemDouble
Max. limit of window in X direction (can be rDUMMY)
d6
Type: SystemDouble
Min. limit of window in Y direction (can be rDUMMY)
d7
Type: SystemDouble
Max. limit of window in Y direction (can be rDUMMY)
d8
Type: SystemDouble
Minimum Z data value in output grid (can be rDUMMY)
d9
Type: SystemDouble
Maximum Z data value in output grid (can be rDUMMY)
d10
Type: SystemDouble
New grid cell size
i11
Type: SystemInt32
See IMU_WIND_DUMMIESConstant
i12
Type: SystemInt32
Decimation factor
str13
Type: SystemString
Name of .MDF file for data clipping
See Also