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.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The existing item at the given index will be replaced.
Syntax
public void SetItem(
	int type,
	int item,
	string buff
)

Parameters

type
Type: SystemInt32
<define>LST_ITEM</define> data to insert
item
Type: SystemInt32
Item Number to Set
buff
Type: SystemString
Item to Set
See Also