Click or drag to resize

CDUSampleIMGLineLSTEx Method

Sample an IMG at a specified X and Y, for a LST of lines.

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

public static void SampleIMGLineLSTEx(
	CDB db,
	CLST lst,
	int ix_ch,
	int iy_ch,
	int o_ch,
	CIMG img,
	int interp_method
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database
lst
Type: GeoEngine.Core.GXNetCLST
LST of (Line Name, Line Handle) values 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
interp_method
Type: SystemInt32
0: INTERP (linear) or 1: NEAREST (pixel)
Remarks
Values in result channel
See Also