 | CEDBiDispClassChanLST Method |
Get a list of the displayed channels in a given channel class.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iDispClassChanLST(
CLST lst,
string class_name
)
public int iDispClassChanLST(
CLST lst,
string class_name
)
Public Function iDispClassChanLST (
lst As CLST,
class_name As String
) As Integer
Public Function iDispClassChanLST (
lst As CLST,
class_name As String
) As Integer
public:
int iDispClassChanLST(
CLST^ lst,
String^ class_name
)
public:
int iDispClassChanLST(
CLST^ lst,
String^ class_name
)
member iDispClassChanLST :
lst : CLST *
class_name : string -> int
member iDispClassChanLST :
lst : CLST *
class_name : string -> int
Parameters
- lst
- Type: GeoEngine.Core.GXNetXCLST
LST object - class_name
- Type: SystemString
Class name ("" for all)
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.
Examples of channel classes in current use are "MASK" and
"ASSAY". (Searches are case tolerant).
See Also