Click or drag to resize

CBIGRIDRun Method

Executes the Bigrid program, using the input channel and output file parameters.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void Run(
	string zchan,
	CDAT in_dat,
	CDAT out_dat
)

public void Run(
	string zchan,
	CDAT in_dat,
	CDAT out_dat
)

Parameters

zchan
Type: SystemString
Not used, pass as ""
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
See Also