Click or drag to resize
CIMUGridBool Method
Mask one grid against another using boolean logic operations.

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
The IMG parameters must be of type GS_DOUBLE! If not, the method will terminate.
Syntax
public static void GridBool(
	CIMG oIMG1,
	CIMG oIMG2,
	string str3,
	int i4,
	int i5,
	int i6
)

Parameters

oIMG1
Type: GeoEngine.Core.GXNetCIMG
Image of first input grid
oIMG2
Type: GeoEngine.Core.GXNetCIMG
Image of second input grid
str3
Type: SystemString
File name of output grid
i4
Type: SystemInt32
See IMU_BOOL_OPTConstant
i5
Type: SystemInt32
See IMU_BOOL_SIZINGConstant
i6
Type: SystemInt32
See IMU_BOOL_OLAPConstant
See Also