Click or drag to resize
CPGUGridPeak Method
Pick grid peaks.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Blakey test limit defines how grid peaks are to be found. For example, with the <define>BLAKEY_TEST_ONESIDE</define>, 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(
	CGXNETCore gxNetShared,
	string grid,
	int nlmt,
	CVV vv_x,
	CVV vv_y,
	CVV vv_z
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
grid
Type: SystemString
Grid file name
nlmt
Type: SystemInt32
<define>BLAKEY_TEST</define>
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