Global Mapper SDK
GM_SelectAreaStyle
Displays a dialog allowing the user to graphically select an area style.
Syntax
C++
Copy
GM_DLL_EXPORTED GM_Error_t32 __stdcall GM_SelectAreaStyle
(
GM_AreaStyle_t* aAreaStyle // IN/OUT: Area style buffer - make sure to initialize before passing in
);