Click or drag to resize
CDUSampleIMG Method
Sample a IMG 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 SampleIMG(
	CDB oDB1,
	int i2,
	int i3,
	int i4,
	int i5,
	CIMG oIMG6
)

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 IMG [DB_LOCK_READWRITE]
oIMG6
Type: GeoEngine.Core.GXNetCIMG
IMG handle
See Also