Click or drag to resize

GM_DBUtilDBTableList_Free Method

Frees the memory associated with 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_Free(
	ref IntPtr aTableList
)

Parameters

aTableList
Type: SystemIntPtr
IN: Table list handle to be freed

Return Value

Type: GM_Error_t32
A GM Error Code
See Also