- globalmapper.RemoveCustomSymbol(string aSymbolName) GM_Error_t32[source]
-
Removes a custom symbol that was previously added with the AddCustomSymbol function.
- Parameters:
-
aSymbolName (str) – Text name to use when referring to the symbol
- Returns:
-
Error Code
- Return type:
-
GM_Error_t32
Example
The following is an example of RemoveCustomSymbol.
err_RemoveCustomSymbol = gm.RemoveCustomSymbol("Toucan Icon")
Comments
0 comments
Please sign in to leave a comment.