Click or drag to resize

CDUSampleIMGLineLST 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 SampleIMGLineLST(
	CDB db,
	CLST lst,
	int ix_ch,
	int iy_ch,
	int o_ch,
	CIMG img
)

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

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
Remarks
Values in result channel. Interpolation based on the current IMG render option (linear or nearest)
See Also