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.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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 item,
	string name,
	string val
)

Parameters

item
Type: SystemInt32
Item index
name
Type: SystemString
Name of the Item
val
Type: SystemString
Value of the Item
See Also