Click or drag to resize

CKGRDGetDefaults Method

Get default blanking distance and low-pass desampling factor.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int GetDefaults(
	CDB db,
	string x,
	string y,
	string z,
	ref double blankingDistance,
	ref int lowPassDesamplingFactor
)

public static int GetDefaults(
	CDB db,
	string x,
	string y,
	string z,
	ref double blankingDistance,
	ref int lowPassDesamplingFactor
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Handle to a database
x
Type: SystemString
Y Channel
y
Type: SystemString
X Channel
z
Type: SystemString
Data channel
blankingDistance
Type: SystemDouble
blanking distance
lowPassDesamplingFactor
Type: SystemInt32
low-pass desampling factor

Return Value

Type: Int32
0 OK, 1 Error.
See Also