 | 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
Syntaxpublic void GtItem(
int type,
int item,
ref string buff,
int size
)
public void GtItem(
int type,
int item,
ref string buff,
int size
)
Public Sub GtItem (
type As Integer,
item As Integer,
ByRef buff As String,
size As Integer
)
Public Sub GtItem (
type As Integer,
item As Integer,
ByRef buff As String,
size As Integer
)
public:
void GtItem(
int type,
int item,
String^% buff,
int size
)
public:
void GtItem(
int type,
int item,
String^% buff,
int size
)
member GtItem :
type : int *
item : int *
buff : string byref *
size : int -> unit
member GtItem :
type : int *
item : int *
buff : string byref *
size : int -> unit
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
RemarksIf item number is not in the list, the buffer will be "".
See Also