Click or drag to resize
CLSTAppend Method
Add the items in one list to another list.

Available since Oasis montaj version: 6.2.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
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.
Syntax
public void Append(
	CLST oLST1
)

Parameters

oLST1
Type: GeoEngine.Core.GXNetCLST
List to append to the above LST.
See Also