Click or drag to resize
CRGRDRunVV Method
Executes the Rangrid program directly on input data VVs.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static void RunVV(
	CGXNETCore gxNetShared,
	CVV vv_x,
	CVV vv_y,
	CVV vv_z,
	CIPJ ipj,
	string ctl,
	string grd
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
vv_x
Type: GeoEngine.Core.GXNetXCVV
X data
vv_y
Type: GeoEngine.Core.GXNetXCVV
Y data
vv_z
Type: GeoEngine.Core.GXNetXCVV
Z (grid value) data
ipj
Type: GeoEngine.Core.GXNetXCIPJ
Projection to put into grid
ctl
Type: SystemString
RANGRID control file.
grd
Type: SystemString
Output grid name
See Also