Click or drag to resize

CBIGRIDGetDefaults Method

Get default values for max line separation, max point separation and trend angle.

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,
	double cell,
	ref double maxLineSeparation,
	ref double maxPointSeparation,
	ref double trendAngle,
	ref double lowPassWavelength,
	ref double highPass,
	ref double noneLinear,
	ref double preFilter
)

public static int GetDefaults(
	CGXNETCore gxNetShared,
	CDB db,
	string x,
	string y,
	string z,
	double cell,
	ref double maxLineSeparation,
	ref double maxPointSeparation,
	ref double trendAngle,
	ref double lowPassWavelength,
	ref double highPass,
	ref double noneLinear,
	ref double preFilter
)

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
cell
Type: SystemDouble
cell size
maxLineSeparation
Type: SystemDouble
max line separation
maxPointSeparation
Type: SystemDouble
max point separation
trendAngle
Type: SystemDouble
trend angle
lowPassWavelength
Type: SystemDouble
low-pass filter wavelength
highPass
Type: SystemDouble
high-pass filter wavelength
noneLinear
Type: SystemDouble
non-linear filter tolerance
preFilter
Type: SystemDouble
pre-filter sample increment

Return Value

Type: Int32
0 - Ok 1 - Error
See Also