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

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 GridAdd(
	CGXNETCore gxNetShared,
	CIMG img1,
	double m1,
	CIMG img2,
	double m2,
	CIMG imgo
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
img1
Type: GeoEngine.Core.GXNetXCIMG
Image of first grid
m1
Type: SystemDouble
Multiplier to operate on first grid image
img2
Type: GeoEngine.Core.GXNetXCIMG
Image of second grid
m2
Type: SystemDouble
Multiplier to operate on second grid image
imgo
Type: GeoEngine.Core.GXNetXCIMG
Output grid image
See Also