Click or drag to resize
CPGUGridPeak Method
Pick grid peaks.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Blakey test limit defines how grid peaks are to be found. For example, with the BLAKEY_TEST_ONESIDE, a grid point will be picked if its grid value is greater than the value of one or more of its four neighouring points.
Syntax
public static void GridPeak(
	string str1,
	int i2,
	CVV oVV3,
	CVV oVV4,
	CVV oVV5
)

Parameters

str1
Type: SystemString
Grid file name
i2
Type: SystemInt32
See BLAKEY_TESTConstant
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