 | 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
Syntaxpublic 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
)
Public Shared Function GetDefaults (
gxNetShared As CGXNETCore,
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 (
gxNetShared As CGXNETCore,
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(
CGXNETCore^ gxNetShared,
CDB^ db,
String^ x,
String^ y,
String^ z,
double% blankingDistance,
int% lowPassDesamplingFactor
)
public:
static int GetDefaults(
CGXNETCore^ gxNetShared,
CDB^ db,
String^ x,
String^ y,
String^ z,
double% blankingDistance,
int% lowPassDesamplingFactor
)
static member GetDefaults :
gxNetShared : CGXNETCore *
db : CDB *
x : string *
y : string *
z : string *
blankingDistance : float byref *
lowPassDesamplingFactor : int byref -> int
static member GetDefaults :
gxNetShared : CGXNETCore *
db : CDB *
x : string *
y : string *
z : string *
blankingDistance : float byref *
lowPassDesamplingFactor : int 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 - blankingDistance
- Type: SystemDouble
blanking distance - lowPassDesamplingFactor
- Type: SystemInt32
low-pass desampling factor
Return Value
Type:
Int320 OK, 1 Error.
See Also