Click or drag to resize
CPGUIDWGriddingVV Method
IDWGriddingVV_PGU Inverse-distance weighting gridding method, VV version.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
See the notes for IDWGriddingDB_PGU.
Syntax
public static void IDWGriddingVV(
	CPG oPG1,
	CVV oVV2,
	CVV oVV3,
	CVV oVV4,
	CREG oREG5
)

Parameters

oPG1
Type: GeoEngine.Core.GXNetCPG
input grid
oVV2
Type: GeoEngine.Core.GXNetCVV
X locations
oVV3
Type: GeoEngine.Core.GXNetCVV
Y locations
oVV4
Type: GeoEngine.Core.GXNetCVV
Data values to grid
oREG5
Type: GeoEngine.Core.GXNetCREG
Parameters (see above)
See Also