Click or drag to resize

CDBArraySizeLST Method

Load a LST object with array (VA) channel symbols with a particular number of columns.

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

public void ArraySizeLST(
	int columns,
	CLST lst
)

Parameters

columns
Type: SystemInt32
Number of columns in array ( > 1 )
lst
Type: GeoEngine.Core.GXNetXCLST
List to Populate (construct with CreateSymbLST_DB)
See Also