Click or drag to resize
CRGRDRunList Method
Executes the Rangrid program from a list of databases.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static void RunList(
	CGXNETCore gxNetShared,
	string dbs,
	string zch,
	CIPJ ipj,
	string ctl,
	string grd
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
dbs
Type: SystemString
List of databases (using | separator)
zch
Type: SystemString
Z Channel
ipj
Type: GeoEngine.Core.GXNetXCIPJ
Projection to put into grid
ctl
Type: SystemString
RANGRID control file.
grd
Type: SystemString
Output grid name
See Also