Click or drag to resize
CRGRDiRun2 Method
Executes the Rangrid program directly on a database.

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 static int iRun2(
	CGXNETCore gxNetShared,
	CDB db,
	string x,
	string y,
	string z,
	string ctl,
	string grd
)

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
RANGRID control file.
grd
Type: SystemString
Output grid name

Return Value

Type: Int32
0, always.
See Also