Global Mapper SDK
GM_RemoveCustomBrushStyle
Removes a custom brush style that was previously added with the GM_AddCustomBrushStyle function.
Syntax
C++
Copy
GM_DLL_EXPORTED GM_Error_t32 __stdcall GM_RemoveCustomBrushStyle
(
const char* aBrushName // IN: Text name to use when referring to the brush style
)