Click or drag to resize
CLSTSetItem Method
Place an item at a specified point in the LST.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The existing item at the given index will be replaced.
Syntax
public void SetItem(
	int i1,
	int i2,
	string str3
)

Parameters

i1
Type: SystemInt32
See LST_ITEMConstant data to insert
i2
Type: SystemInt32
Item Number to Set
str3
Type: SystemString
Item to Set
See Also