Click or drag to resize
CEDBiDispChanLST Method
Get a list of the displayed channel names.

Available since Oasis montaj version: 5.0.0
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Displayed channel lists are filled in the order the channels appear on the display, left to right. The channel names will be placed in the "Name" part of the list and the values are set to the symbol handle.
Syntax
public int iDispChanLST(
	CLST oLST1
)

Parameters

oLST1
Type: GeoEngine.Core.GXNetCLST
LST object

Return Value

Type: Int32
Number of channels in the list. Terminates GX if there was an error.
See Also