Click or drag to resize

GM_DBUtilDBTableList_Free Method

Frees the memory associated with 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_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