 | CSEMPLOTGetAssociatedLST Method |
Get the associated channels for this group in a LST
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void GetAssociatedLST(
CDB db,
int group,
CLST lst
)
public static void GetAssociatedLST(
CDB db,
int group,
CLST lst
)
Public Shared Sub GetAssociatedLST (
db As CDB,
group As Integer,
lst As CLST
)
Public Shared Sub GetAssociatedLST (
db As CDB,
group As Integer,
lst As CLST
)
public:
static void GetAssociatedLST(
CDB^ db,
int group,
CLST^ lst
)
public:
static void GetAssociatedLST(
CDB^ db,
int group,
CLST^ lst
)
static member GetAssociatedLST :
db : CDB *
group : int *
lst : CLST -> unit
static member GetAssociatedLST :
db : CDB *
group : int *
lst : CLST -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
Database handle - group
- Type: SystemInt32
Data Group handle - lst
- Type: GeoEngine.Core.GXNetCLST
LST to copy channels into
See Also