Click or drag to resize
CPGUIDWGriddingDAT3D Method
IDWGriddingDAT3D_PGU Inverse-distance weighting gridding method, DAT version, 3D.

Available since Oasis montaj version: 8.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
See the notes for IDWGriddingDB3D_PGU.
Syntax
public static void IDWGriddingDAT3D(
	CPG oPG1,
	CDAT oDAT2,
	CREG oREG3
)

Parameters

oPG1
Type: GeoEngine.Core.GXNetCPG
input 3D PG
oDAT2
Type: GeoEngine.Core.GXNetCDAT
DAT source
oREG3
Type: GeoEngine.Core.GXNetCREG
Parameters (see above)
See Also