Click or drag to resize
CKGRDiRun3 Method
Executes the Krigrid program directly on a database and specifies the log file

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static int iRun3(
	CGXNETCore gxNetShared,
	CDB db,
	string x,
	string y,
	string z,
	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
db
Type: GeoEngine.Core.GXNetXCDB
Handle to a database
x
Type: SystemString
Y Channel
y
Type: SystemString
X Channel
z
Type: SystemString
Data channel
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