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.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static void Peakedness(
	string str1,
	int i2,
	CVV oVV3,
	CVV oVV4,
	CVV oVV5
)

Parameters

str1
Type: SystemString
Grid file name
i2
Type: SystemInt32
Cutoff limit for finding peaks
oVV3
Type: GeoEngine.Core.GXNetCVV
X of found peaks
oVV4
Type: GeoEngine.Core.GXNetCVV
Y of found peaks
oVV5
Type: GeoEngine.Core.GXNetCVV
Z values of found peaks
See Also