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.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetChanOrderLST(
	CLST lst
)

public void GetChanOrderLST(
	CLST lst
)

Parameters

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