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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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 lst2
)

Parameters

lst2
Type: GeoEngine.Core.GXNetXCLST
List to append to the above LST.
See Also