GM_DBUtil . DBTableList_GetTableName Method
Gets the table name at the specified index

Namespace:GlobalMapper.Database
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

Syntax
C#
                                    public
                                    static
                                    GM_Error_t32
                                    DBTableList_GetTableName
                                    (
                                    out
                                    string
                                    aTableName
                                    ,
                                    uint
                                    aIndex
                                    ,
                                    IntPtr
                                    aTableList
)
                                

Parameters

aTableName
Type:  System . String
OUT: Buffer in which table name will be placed
aIndex
Type:  System . UInt32
IN: The zero-based index for the table name
aTableList
Type:  System . IntPtr
IN: Table list handle

Return Value

Type:  GM_Error_t32
A GM Error Code
See Also