 | CIPWinnowChanList Method |
Removes obviously non-pseudo-section type channels from list.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void WinnowChanList(
CLST lst
)
public static void WinnowChanList(
CLST lst
)
Public Shared Sub WinnowChanList (
lst As CLST
)
Public Shared Sub WinnowChanList (
lst As CLST
)
public:
static void WinnowChanList(
CLST^ lst
)
public:
static void WinnowChanList(
CLST^ lst
)
static member WinnowChanList :
lst : CLST -> unit
static member WinnowChanList :
lst : CLST -> unit
Parameters
- lst
- Type: GeoEngine.Core.GXNetCLST
List of channels
See Also