Click or drag to resize
CLSTGtItem Method (Int32, Int32, String)
This places the specified item into the buffer provided.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
If item number is not in the list, the buffer will be "".
Syntax
public void GtItem(
	int type,
	int item,
	ref string buff
)

Parameters

type
Type: SystemInt32
<define>LST_ITEM</define> data to retrieve
item
Type: SystemInt32
Item Number to Get
buff
Type: SystemString
Buffer to Place Item Into
See Also