Click or drag to resize

GM_DBUtilDBTableList_GetTableName Method

Gets the table name at the specified index

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_Error_t32 DBTableList_GetTableName(
	out string aTableName,
	uint aIndex,
	IntPtr aTableList
)

Parameters

aTableName
Type: SystemString
OUT: Buffer in which table name will be placed
aIndex
Type: SystemUInt32
IN: The zero-based index for the table name
aTableList
Type: SystemIntPtr
IN: Table list handle

Return Value

Type: GM_Error_t32
A GM Error Code
See Also