Click or drag to resize

CKGRD.iRunVV Method

Executes the Krigrid 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 int iRunVV(
	CVV vv_x,
	CVV vv_y,
	CVV vv_z,
	CIPJ ipj,
	string ctl,
	string grd,
	string err_grd,
	string in_var,
	string out_var,
	string log_file,
	int vao
)

public static int iRunVV(
	CVV vv_x,
	CVV vv_y,
	CVV vv_z,
	CIPJ ipj,
	string ctl,
	string grd,
	string err_grd,
	string in_var,
	string out_var,
	string log_file,
	int vao
)

Parameters

vv_x
Type: GeoEngine.Core.GXNet.CVV
X data
vv_y
Type: GeoEngine.Core.GXNet.CVV
Y data
vv_z
Type: GeoEngine.Core.GXNet.CVV
Z (grid value) data
ipj
Type: GeoEngine.Core.GXNet.CIPJ
Projection to put into grid
ctl
Type: System.String
KRIGRID control file.
grd
Type: System.String
(output grid name (not required if variogram analysis only))
err_grd
Type: System.String
(output error file, "" for none)
in_var
Type: System.String
(input variogram file, "" for none)
out_var
Type: System.String
(output variogram file, "" for none)
log_file
Type: System.String
(log file name, "" for default)
vao
Type: System.Int32
1 if Variogram Analysis Only, other wise 0

Return Value

Type: Int32
0 OK, 1 Error.
See Also