Click or drag to resize
CIEXPAddGrid Method
This method adds an image to the IEXP object with a variable name.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public void AddGrid(
	CIMG img,
	string var
)

Parameters

img
Type: GeoEngine.Core.GXNetXCIMG
Image to add
var
Type: SystemString
Variable name
See Also