Click or drag to resize

CRGRDCreateIMG Method

Run Rangrid directly on XYZ VV data, output to an IMG.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static CIMG CreateIMG(
	CGXNETCore gxNetShared,
	CVV vv_x,
	CVV vv_y,
	CVV vv_z,
	CIPJ ipj,
	string ctl,
	string grid
)

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
Remarks
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.
See Also