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

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
See the notes for IDWGriddingDB3D_PGU.
Syntax
public static void IDWGriddingDAT3D(
	CGXNETCore gxNetShared,
	CPG pg,
	CDAT dat,
	CREG reg
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
pg
Type: GeoEngine.Core.GXNetXCPG
Input 3D PG
dat
Type: GeoEngine.Core.GXNetXCDAT
DAT source
reg
Type: GeoEngine.Core.GXNetXCREG
Parameters (see above)
See Also