Click or drag to resize
CDUSampleIMGLineLST Method
Sample an IMG at a specified X and Y, for a LST of lines.

Available since Oasis montaj version: 8.3.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 SampleIMGLineLST(
	CDB oDB1,
	CLST oLST2,
	int i3,
	int i4,
	int i5,
	CIMG oIMG6
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
oLST2
Type: GeoEngine.Core.GXNetCLST
LST of (Line Name, Line Handle) values 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