 | CPGUPeakedness Method |
Find all peaks in peakedneess grid pager
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void Peakedness(
string grid,
int pkness,
CVV vv_x,
CVV vv_y,
CVV vv_z
)
public static void Peakedness(
string grid,
int pkness,
CVV vv_x,
CVV vv_y,
CVV vv_z
)
Public Shared Sub Peakedness (
grid As String,
pkness As Integer,
vv_x As CVV,
vv_y As CVV,
vv_z As CVV
)
Public Shared Sub Peakedness (
grid As String,
pkness As Integer,
vv_x As CVV,
vv_y As CVV,
vv_z As CVV
)
public:
static void Peakedness(
String^ grid,
int pkness,
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z
)
public:
static void Peakedness(
String^ grid,
int pkness,
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z
)
static member Peakedness :
grid : string *
pkness : int *
vv_x : CVV *
vv_y : CVV *
vv_z : CVV -> unit
static member Peakedness :
grid : string *
pkness : int *
vv_x : CVV *
vv_y : CVV *
vv_z : CVV -> unit
Parameters
- grid
- Type: SystemString
Grid file name - pkness
- Type: SystemInt32
Cutoff limit for finding peaks - vv_x
- Type: GeoEngine.Core.GXNetCVV
X of found peaks - vv_y
- Type: GeoEngine.Core.GXNetCVV
Y of found peaks - vv_z
- Type: GeoEngine.Core.GXNetCVV
Z values of found peaks
See Also