Click or drag to resize

CLSTGtItem Method (Int32, Int32, String, Int32)

This places the specified item into the buffer provided.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GtItem(
	int type,
	int item,
	ref string buff,
	int size
)

public void GtItem(
	int type,
	int item,
	ref string buff,
	int size
)

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
size
Type: SystemInt32
Size of the Buffer
Remarks
If item number is not in the list, the buffer will be "".
See Also