Click or drag to resize

CBIGRID.Run2 Method

Executes the Bigrid program, using the input channel and output file parameters with a projection handle.

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

public void Run2(
	string zchan,
	CDAT in_dat,
	CDAT out_dat,
	CIPJ ipj
)

Parameters

zchan
Type: System.String
Not used, pass as ""
in_dat
Type: GeoEngine.Core.GXNetX.CDAT
Handle to source DAT object (from database)
out_dat
Type: GeoEngine.Core.GXNetX.CDAT
Handle to output grid file DAT
ipj
Type: GeoEngine.Core.GXNetX.CIPJ
IPJ handle of the projection system
See Also