Click or drag to resize
CLSTGtItem Method
This places the specified item into the buffer provided.

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)
Notes
If item number is not in the list, the buffer will be "".
Syntax
public void GtItem(
	int i1,
	int i2,
	ref string str3
)

Parameters

i1
Type: SystemInt32
See LST_ITEMConstant data to retrieve
i2
Type: SystemInt32
Item Number to Get
str3
Type: SystemString
Buffer to Place Item Into
See Also