 | CPGUIDWGriddingVV Method |
IDWGriddingVV_PGU Inverse-distance weighting gridding method, VV version.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void IDWGriddingVV(
CPG pg,
CVV vv_x,
CVV vv_y,
CVV vv_z,
CREG reg
)
public static void IDWGriddingVV(
CPG pg,
CVV vv_x,
CVV vv_y,
CVV vv_z,
CREG reg
)
Public Shared Sub IDWGriddingVV (
pg As CPG,
vv_x As CVV,
vv_y As CVV,
vv_z As CVV,
reg As CREG
)
Public Shared Sub IDWGriddingVV (
pg As CPG,
vv_x As CVV,
vv_y As CVV,
vv_z As CVV,
reg As CREG
)
public:
static void IDWGriddingVV(
CPG^ pg,
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z,
CREG^ reg
)
public:
static void IDWGriddingVV(
CPG^ pg,
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z,
CREG^ reg
)
static member IDWGriddingVV :
pg : CPG *
vv_x : CVV *
vv_y : CVV *
vv_z : CVV *
reg : CREG -> unit
static member IDWGriddingVV :
pg : CPG *
vv_x : CVV *
vv_y : CVV *
vv_z : CVV *
reg : CREG -> unit
Parameters
- pg
- Type: GeoEngine.Core.GXNetCPG
Input grid - vv_x
- Type: GeoEngine.Core.GXNetCVV
X locations - vv_y
- Type: GeoEngine.Core.GXNetCVV
Y locations - vv_z
- Type: GeoEngine.Core.GXNetCVV
Data values to grid - reg
- Type: GeoEngine.Core.GXNetCREG
Parameters (see above)
RemarksSee the notes for IDWGriddingDB_PGU.
See Also