GM_DBUtilDBTableList_GetTableName Method |
Gets the table name at the specified index
Namespace:
GlobalMapper.Database
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public static GM_Error_t32 DBTableList_GetTableName(
out string aTableName,
uint aIndex,
IntPtr aTableList
)
Public Shared Function DBTableList_GetTableName (
<OutAttribute> ByRef aTableName As String,
aIndex As UInteger,
aTableList As IntPtr
) As GM_Error_t32
public:
static GM_Error_t32 DBTableList_GetTableName(
[OutAttribute] String^% aTableName,
unsigned int 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_t32A GM Error Code
See Also