Click or drag to resize

GM_RemoveCustomSymbol

Removes a custom symbol that was previously added with the GM_AddCustomSymbol function.

Syntax
GM_DLL_EXPORTED GM_Error_t32 __stdcall GM_RemoveCustomSymbol
(
const char* aSymbolName // IN: Text name to use when referring to the symbol
);