Click or drag to resize
CSEMPLOTGetAssociatedLST Method
Get the associated channels for this group in a LST

Available since Oasis montaj version: 6.2
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static void GetAssociatedLST(
	CGXNETCore gxNetShared,
	CDB db,
	int group,
	CLST lst
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database handle
group
Type: SystemInt32
Data Group handle
lst
Type: GeoEngine.Core.GXNetXCLST
LST to copy channels into
See Also