 | 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
Syntaxpublic 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
)
Public Shared Function GetDefaults (
db As CDB,
x As String,
y As String,
z As String,
ByRef blankingDistance As Double,
ByRef lowPassDesamplingFactor As Integer
) As Integer
Public Shared Function GetDefaults (
db As CDB,
x As String,
y As String,
z As String,
ByRef blankingDistance As Double,
ByRef lowPassDesamplingFactor As Integer
) As Integer
public:
static int GetDefaults(
CDB^ db,
String^ x,
String^ y,
String^ z,
double% blankingDistance,
int% lowPassDesamplingFactor
)
public:
static int GetDefaults(
CDB^ db,
String^ x,
String^ y,
String^ z,
double% blankingDistance,
int% lowPassDesamplingFactor
)
static member GetDefaults :
db : CDB *
x : string *
y : string *
z : string *
blankingDistance : float byref *
lowPassDesamplingFactor : int byref -> int
static member GetDefaults :
db : CDB *
x : string *
y : string *
z : string *
blankingDistance : float byref *
lowPassDesamplingFactor : int byref -> int
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:
Int320 OK, 1 Error.
See Also