Click or drag to resize

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
Syntax
public static void GetAssociatedLST(
	CDB db,
	int group,
	CLST lst
)

public static void GetAssociatedLST(
	CDB db,
	int group,
	CLST lst
)

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