Click or drag to resize

CRGRDiDefault Method

Set the defaults.

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

public int iDefault(
	string zchan,
	CDAT in_dat
)

Parameters

zchan
Type: SystemString
Name of Z Channel to perfrom gridding on
in_dat
Type: GeoEngine.Core.GXNetXCDAT
Handle to source DAT object (from database)

Return Value

Type: Int32
0 OK, 1 Error.
See Also