Click or drag to resize
CDBGetChanOrderLST Method
This method gets the channel display order for a database. The list will be stored in an LST object. In order to modify this displayed channels list, call SetChanOrderLST_DB after.

Available since Oasis montaj version: 5.0.8
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void GetChanOrderLST(
	CLST lst
)

Parameters

lst
Type: GeoEngine.Core.GXNetXCLST
LST object to populate
See Also