Click or drag to resize
CLSTInsertItem Method
Adds an item at a given location in the list.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Index must be 0 >= index >= list size. Items above the list index are shifted up one index value.
Syntax
public void InsertItem(
	int i1,
	string str2,
	string str3
)

Parameters

i1
Type: SystemInt32
Item index
str2
Type: SystemString
Name of the Item
str3
Type: SystemString
Value of the Item
See Also