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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The IMG parameters must be of type <define>GS_DOUBLE</define>! If not, the method will terminate.
Syntax
public static void GridBool(
	CGXNETCore gxNetShared,
	CIMG img1,
	CIMG img2,
	string out,
	int boolean_op,
	int sizing,
	int olap
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
img1
Type: GeoEngine.Core.GXNetXCIMG
Image of first input grid
img2
Type: GeoEngine.Core.GXNetXCIMG
Image of second input grid
out
Type: SystemString
File name of output grid
boolean_op
Type: SystemInt32
<define>IMU_BOOL_OPT</define>
sizing
Type: SystemInt32
<define>IMU_BOOL_SIZING</define>
olap
Type: SystemInt32
<define>IMU_BOOL_OLAP</define>
See Also