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
)
Public Shared Function DBTableList_Free (
ByRef aTableList As IntPtr
) As GM_Error_t32
public:
static GM_Error_t32 DBTableList_Free(
IntPtr% aTableList
)
Parameters
- aTableList
- Type: SystemIntPtr
IN: Table list handle to be freed
Return Value
Type:
GM_Error_t32A GM Error Code
See Also