Click or drag to resize

CKGRDiRunVV Method

Executes the Krigrid program directly on input data VVs.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static int iRunVV(
	CGXNETCore gxNetShared,
	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(
	CGXNETCore gxNetShared,
	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

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
KRIGRID control file.
grd
Type: SystemString
(output grid name (not required if variogram analysis only))
err_grd
Type: SystemString
(output error file, "" for none)
in_var
Type: SystemString
(input variogram file, "" for none)
out_var
Type: SystemString
(output variogram file, "" for none)
log_file
Type: SystemString
(log file name, "" for default)
vao
Type: SystemInt32
1 if Variogram Analysis Only, other wise 0

Return Value

Type: Int32
0 OK, 1 Error.
See Also