Click or drag to resize

CRGRDRunVV Method

Executes the Rangrid program directly on input data VVs.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void RunVV(
	CVV vv_x,
	CVV vv_y,
	CVV vv_z,
	CIPJ ipj,
	string ctl,
	string grd
)

public static void RunVV(
	CVV vv_x,
	CVV vv_y,
	CVV vv_z,
	CIPJ ipj,
	string ctl,
	string grd
)

Parameters

vv_x
Type: GeoEngine.Core.GXNetCVV
X data
vv_y
Type: GeoEngine.Core.GXNetCVV
Y data
vv_z
Type: GeoEngine.Core.GXNetCVV
Z (grid value) data
ipj
Type: GeoEngine.Core.GXNetCIPJ
Projection to put into grid
ctl
Type: SystemString
RANGRID control file.
grd
Type: SystemString
Output grid name
See Also