Click or drag to resize
CDUGetChanDataLST Method
Populate a LST with unique items in a channel.

Available since Oasis montaj version: 6.1.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Items from all selected lines are collected, sorted, and duplicates removed. The output LST name and value are set to the item values. Non-string channels are converted internally to string values using Copy_VV, so results may differ from what you may expect given the current channel's display width and number of decimals. If a mask channel is selected, then only those items where the mask channel is not a dummy are collected.
Syntax
public static void GetChanDataLST(
	CDB oDB1,
	int i2,
	int i3,
	CLST oLST4
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
i2
Type: SystemInt32
Data Channel
i3
Type: SystemInt32
Mask Channel (can be NULLSYMB)
oLST4
Type: GeoEngine.Core.GXNetCLST
LST object to populate
See Also