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

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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(
	CGXNETCore gxNetShared,
	CDB db,
	int chan,
	int mask,
	CLST lst
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database
chan
Type: SystemInt32
Data Channel
mask
Type: SystemInt32
Mask Channel (can be <define>NULLSYMB</define>)
lst
Type: GeoEngine.Core.GXNetXCLST
LST object to populate
See Also