Click or drag to resize
CKGRDiRun Method
Executes the Krigrid program, using the input channel and output file parameters.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public int iRun(
	string zchan,
	CDAT in_dat,
	CDAT out_grd_dat,
	CDAT out_err_dat,
	string in_var_name,
	string out_var_name,
	int vao,
	int vi,
	int vo
)

Parameters

zchan
Type: SystemString
Name of Z Channel to perfrom gridding on
in_dat
Type: GeoEngine.Core.GXNetXCDAT
Handle to source DAT object (from database)
out_grd_dat
Type: GeoEngine.Core.GXNetXCDAT
Handle to output grid file DAT
out_err_dat
Type: GeoEngine.Core.GXNetXCDAT
Handle to output error grid file DAT ((DAT)0) if no error grid required
in_var_name
Type: SystemString
Name of input variogram file
out_var_name
Type: SystemString
Name of output variogram file
vao
Type: SystemInt32
Flag of variogram only
vi
Type: SystemInt32
Flag of input variogram
vo
Type: SystemInt32
Flag of output variogram

Return Value

Type: Int32
0 OK, 1 Error.
See Also