Click or drag to resize
CIMUGridAdd Method
Adds two Grid images together point-by-point.

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 GridAdd(
	CIMG oIMG1,
	double d2,
	CIMG oIMG3,
	double d4,
	CIMG oIMG5
)

Parameters

oIMG1
Type: GeoEngine.Core.GXNetCIMG
Image of first grid
d2
Type: SystemDouble
Multiplier to operate on first grid image
oIMG3
Type: GeoEngine.Core.GXNetCIMG
Image of second grid
d4
Type: SystemDouble
Multiplier to operate on second grid image
oIMG5
Type: GeoEngine.Core.GXNetCIMG
Output grid image
See Also