 | 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
Syntaxpublic 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
)
Public Shared Function GetDefaults (
gxNetShared As CGXNETCore,
db As CDB,
x As String,
y As String,
z As String,
cell As Double,
ByRef maxLineSeparation As Double,
ByRef maxPointSeparation As Double,
ByRef trendAngle As Double,
ByRef lowPassWavelength As Double,
ByRef highPass As Double,
ByRef noneLinear As Double,
ByRef preFilter As Double
) As Integer
Public Shared Function GetDefaults (
gxNetShared As CGXNETCore,
db As CDB,
x As String,
y As String,
z As String,
cell As Double,
ByRef maxLineSeparation As Double,
ByRef maxPointSeparation As Double,
ByRef trendAngle As Double,
ByRef lowPassWavelength As Double,
ByRef highPass As Double,
ByRef noneLinear As Double,
ByRef preFilter As Double
) As Integer
public:
static int GetDefaults(
CGXNETCore^ gxNetShared,
CDB^ db,
String^ x,
String^ y,
String^ z,
double cell,
double% maxLineSeparation,
double% maxPointSeparation,
double% trendAngle,
double% lowPassWavelength,
double% highPass,
double% noneLinear,
double% preFilter
)
public:
static int GetDefaults(
CGXNETCore^ gxNetShared,
CDB^ db,
String^ x,
String^ y,
String^ z,
double cell,
double% maxLineSeparation,
double% maxPointSeparation,
double% trendAngle,
double% lowPassWavelength,
double% highPass,
double% noneLinear,
double% preFilter
)
static member GetDefaults :
gxNetShared : CGXNETCore *
db : CDB *
x : string *
y : string *
z : string *
cell : float *
maxLineSeparation : float byref *
maxPointSeparation : float byref *
trendAngle : float byref *
lowPassWavelength : float byref *
highPass : float byref *
noneLinear : float byref *
preFilter : float byref -> int
static member GetDefaults :
gxNetShared : CGXNETCore *
db : CDB *
x : string *
y : string *
z : string *
cell : float *
maxLineSeparation : float byref *
maxPointSeparation : float byref *
trendAngle : float byref *
lowPassWavelength : float byref *
highPass : float byref *
noneLinear : float byref *
preFilter : float byref -> int
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