Click or drag to resize
CLSTSelectCSVStringItems Method
Load a LST with items from a second LST found in a CSV string.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Items in the input string must be separated with commas. Parsing uses the sCommaTokens_GS function. Both the name and value of the input LST items whose name matches an item in the input string are copied to the output LST. Items are copied in the same order they appear in the input string. Items in the string not found in the input LST are ignored, and no error is registered. Item matches are case-tolerant.
Syntax
public void SelectCSVStringItems(
	string str1,
	CLST oLST2
)

Parameters

str1
Type: SystemString
Comma separated item names
oLST2
Type: GeoEngine.Core.GXNetCLST
LST to add selected items to
See Also