 | CDHGetTableDefaultChanLST Method |
Return list of default channels by collar/assay/survey table type.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void GetTableDefaultChanLST(
CGXNETCore gxNetShared,
CLST lst,
int type
)
public static void GetTableDefaultChanLST(
CGXNETCore gxNetShared,
CLST lst,
int type
)
Public Shared Sub GetTableDefaultChanLST (
gxNetShared As CGXNETCore,
lst As CLST,
type As Integer
)
Public Shared Sub GetTableDefaultChanLST (
gxNetShared As CGXNETCore,
lst As CLST,
type As Integer
)
public:
static void GetTableDefaultChanLST(
CGXNETCore^ gxNetShared,
CLST^ lst,
int type
)
public:
static void GetTableDefaultChanLST(
CGXNETCore^ gxNetShared,
CLST^ lst,
int type
)
static member GetTableDefaultChanLST :
gxNetShared : CGXNETCore *
lst : CLST *
type : int -> unit
static member GetTableDefaultChanLST :
gxNetShared : CGXNETCore *
lst : CLST *
type : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - lst
- Type: GeoEngine.Core.GXNetXCLST
LST handle - type
- Type: SystemInt32
<define>DH_DATA</define>
Remarks
Fills a LST with the default channel names created according to
type (Collar, Survey, Assay). Value is in the <define>LST_ITEM_NAME</define> part.
See Also