Click or drag to resize

CLSTGtItem Method (Int32, Int32, String)

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
)

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
Remarks
If item number is not in the list, the buffer will be "".
See Also