Click or drag to resize
CPGUPeakedness Method
Find all peaks in peakedneess grid pager

Available since Oasis montaj version: 5.0.8
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static void Peakedness(
	CGXNETCore gxNetShared,
	string grid,
	int pkness,
	CVV vv_x,
	CVV vv_y,
	CVV vv_z
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
grid
Type: SystemString
Grid file name
pkness
Type: SystemInt32
Cutoff limit for finding peaks
vv_x
Type: GeoEngine.Core.GXNetXCVV
X of found peaks
vv_y
Type: GeoEngine.Core.GXNetXCVV
Y of found peaks
vv_z
Type: GeoEngine.Core.GXNetXCVV
Z values of found peaks
See Also