 | CEDBiDispChanLST Method |
Get a list of the displayed channel names.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iDispChanLST(
CLST lst
)
public int iDispChanLST(
CLST lst
)
Public Function iDispChanLST (
lst As CLST
) As Integer
Public Function iDispChanLST (
lst As CLST
) As Integer
public:
int iDispChanLST(
CLST^ lst
)
public:
int iDispChanLST(
CLST^ lst
)
member iDispChanLST :
lst : CLST -> int
member iDispChanLST :
lst : CLST -> int
Parameters
- lst
- Type: GeoEngine.Core.GXNetXCLST
LST object
Return Value
Type:
Int32
Number of channels in the list.
Terminates GX if there was an error.
Remarks
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.
See Also