Click or drag to resize

CGUGrDEMVV Method

Get gravity DEM grid VV for Bouguer anomaly

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void GrDEMVV(
	CIMG im_gdem,
	CVV vv_x,
	CVV vv_y,
	CVV vv_z
)

public static void GrDEMVV(
	CIMG im_gdem,
	CVV vv_x,
	CVV vv_y,
	CVV vv_z
)

Parameters

im_gdem
Type: GeoEngine.Core.GXNetCIMG
DEM grid
vv_x
Type: GeoEngine.Core.GXNetCVV
Input X VV
vv_y
Type: GeoEngine.Core.GXNetCVV
Input Y VV
vv_z
Type: GeoEngine.Core.GXNetCVV
Output DEM VV for Bouguer Correction
See Also