Click or drag to resize

CPGUIDWGriddingDAT3D Method

IDWGriddingDAT3D_PGU Inverse-distance weighting gridding method, DAT version, 3D.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void IDWGriddingDAT3D(
	CPG pg,
	CDAT dat,
	CREG reg
)

public static void IDWGriddingDAT3D(
	CPG pg,
	CDAT dat,
	CREG reg
)

Parameters

pg
Type: GeoEngine.Core.GXNetCPG
Input 3D PG
dat
Type: GeoEngine.Core.GXNetCDAT
DAT source
reg
Type: GeoEngine.Core.GXNetCREG
Parameters (see above)
Remarks
See the notes for IDWGriddingDB3D_PGU.
See Also