Click or drag to resize

GM_DBUtilDBTableList_GetCount Method

Gets the number of tables in the table list

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_Error_t32 DBTableList_GetCount(
	out uint 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_t32
A GM Error Code
See Also