Click or drag to resize

CDBSetChanOrderLST Method

This method sets the channel display order for a database. The list to modify will be stored in an LST object. Call GetChanOrderLST_DB to populate the LST.

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

public void SetChanOrderLST(
	CLST lst
)

Parameters

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