Click or drag to resize
CDUSampleGD Method
Sample a GD at a specified X and Y.

Available since Oasis montaj version: 5.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
Values in result channel
Syntax
public static void SampleGD(
	CDB oDB1,
	int i2,
	int i3,
	int i4,
	int i5,
	CGD oGD6
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
i2
Type: SystemInt32
Line Handle to sample
i3
Type: SystemInt32
X Input Channel [DB_LOCK_READONLY]
i4
Type: SystemInt32
Y Input Channel [DB_LOCK_READONLY]
i5
Type: SystemInt32
Z Output Channel sampled from GD [DB_LOCK_READWRITE]
oGD6
Type: Geosoft.Desktop.GXNetCGD
Grid handle
See Also