Global Mapper SDK
GM_RemoveCustomSymbol
Removes a custom symbol that was previously added with the GM_AddCustomSymbol function.
Syntax
C++
Copy
GM_DLL_EXPORTED GM_Error_t32 __stdcall GM_RemoveCustomSymbol
(
const char* aSymbolName // IN: Text name to use when referring to the symbol
);