Click or drag to resize
CRGRDiRun Method
Executes the Rangrid 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(
	CDAT in_dat,
	CDAT out_dat
)

Parameters

in_dat
Type: GeoEngine.Core.GXNetXCDAT
Handle to source DAT object (from database)
out_dat
Type: GeoEngine.Core.GXNetXCDAT
Handle to output grid file DAT

Return Value

Type: Int32
0 OK, 1 Error.
See Also