Click or drag to resize

CDBNonStringAndNonArrayChanLST Method

Load a LST with non-string and 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 NonStringAndNonArrayChanLST(
	CLST lst
)

public void NonStringAndNonArrayChanLST(
	CLST lst
)

Parameters

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