GM_DBUtilDBTableList_GetCount Method |
Gets the number of tables in the table list
Namespace:
GlobalMapper.Database
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public static GM_Error_t32 DBTableList_GetCount(
out uint aCount,
IntPtr aTableList
)
Public Shared Function DBTableList_GetCount (
<OutAttribute> ByRef aCount As UInteger,
aTableList As IntPtr
) As GM_Error_t32
public:
static GM_Error_t32 DBTableList_GetCount(
[OutAttribute] unsigned int% aCount,
IntPtr aTableList
)
Parameters
- aCount
- Type: SystemUInt32
OUT: The number of table names in the list - aTableList
- Type: SystemIntPtr
IN: Table list handle
Return Value
Type:
GM_Error_t32A GM Error Code
See Also