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.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void GetChanOrderLST(
	CLST lst
)

public void GetChanOrderLST(
	CLST lst
)

Parameters

lst
Type: GeoEngine.Core.GXNetCLST
LST object to populate (construct with CreateSymbLST_DB)
See Also