Click or drag to resize

CKGRDGetDefaults Method

Get default blanking distance and low-pass desampling factor.

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

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

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
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