GM_DBUtil . DBTableList_GetCount Method
Gets the number of tables in the table list

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_GetCount
                                    (
                                    out
                                    uint
                                    aCount
                                    ,
                                    IntPtr
                                    aTableList
)
                                

Parameters

aCount
Type:  System . UInt32
OUT: The number of table names in the list
aTableList
Type:  System . IntPtr
IN: Table list handle

Return Value

Type:  GM_Error_t32
A GM Error Code
See Also