Click or drag to resize

CDUSampleIMG Method

Sample a IMG at a specified X and Y.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void SampleIMG(
	CDB db,
	int line,
	int ix_ch,
	int iy_ch,
	int o_ch,
	CIMG img
)

public static void SampleIMG(
	CDB db,
	int line,
	int ix_ch,
	int iy_ch,
	int o_ch,
	CIMG img
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database
line
Type: SystemInt32
Line Handle to sample
ix_ch
Type: SystemInt32
X Input Channel [<define>DB_LOCK_READONLY</define>]
iy_ch
Type: SystemInt32
Y Input Channel [<define>DB_LOCK_READONLY</define>]
o_ch
Type: SystemInt32
Z Output Channel sampled from IMG [<define>DB_LOCK_READWRITE</define>]
img
Type: GeoEngine.Core.GXNetCIMG
IMG handle
Remarks
Values in result channel
See Also