Click or drag to resize

CLSTAppend Method

Add the items in one list to another list.

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

public void Append(
	CLST lst2
)

Parameters

lst2
Type: GeoEngine.Core.GXNetXCLST
List to append to the above LST.
Remarks
Item names and values are added using "AddUniqueItem_LST", so that existing items with the same name are replaced, and if items are duplicated in the appended LST, the last one will be the one to remain after the process is complete.
See Also