Click or drag to resize

CRGRDRunList Method

Executes the Rangrid program from a list of databases.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void RunList(
	string dbs,
	string zch,
	CIPJ ipj,
	string ctl,
	string grd
)

public static void RunList(
	string dbs,
	string zch,
	CIPJ ipj,
	string ctl,
	string grd
)

Parameters

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