- globalmapper.RemoveCustomBrushStyle(str aBrushName) GM_Error_t32[source]
-
Removes a custom brush style that was previously added with the AddCustomBrushStyle function.
- Parameters:
-
aBrushName (str) – Text name to use when referring to the brush style
- Returns:
-
Error Code
- Return type:
-
GM_Error_t32
Example
The following is an example of RemoveCustomBrushStyle.
err_RemoveCustomBrushStyle = gm.RemoveCustomBrushStyle("Checkered Fill")
Comments
0 comments
Please sign in to leave a comment.