Click or drag to resize

CDB.NormalChanLST Method

Load a LST with non-array database channels.

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

public void NormalChanLST(
	CLST lst
)

Parameters

lst
Type: GeoEngine.Core.GXNetX.CLST
List to Populate (construct with CreateSymbLST_DB)
Remarks
Like ChanLST_DB, but does not include array channels or virtual channels.
See Also