Click or drag to resize
CRGRDCreateIMG Method
Run Rangrid directly on XYZ VV data, output to an IMG.

Available since Oasis montaj version: 7.0.1
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
If the grid file name is defined, the IMG is tied to a new output file. If the grid file name is not defined, the IMG is memory-based; not tied to a file.
Syntax
public static CIMG CreateIMG(
	CGXNETCore gxNetShared,
	CVV vv_x,
	CVV vv_y,
	CVV vv_z,
	CIPJ ipj,
	string ctl,
	string grid
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
vv_x
Type: GeoEngine.Core.GXNetXCVV
X data (any numeric VV type)
vv_y
Type: GeoEngine.Core.GXNetXCVV
Y data (any numeric VV type)
vv_z
Type: GeoEngine.Core.GXNetXCVV
Z (grid value) data (any numeric VV type)
ipj
Type: GeoEngine.Core.GXNetXCIPJ
Projection to apply to the output IMG
ctl
Type: SystemString
RANGRID control file.
grid
Type: SystemString
Output grid name (optional)

Return Value

Type: CIMG
IMG object
See Also