Click or drag to resize
CLSTAddItem Method
Adds an item to the end of the list.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void AddItem(
	string str1,
	string str2
)

Parameters

str1
Type: SystemString
Name of the Item
str2
Type: SystemString
Value of the Item
See Also