GM_Utility .RemoveCustomBrushStyle Method
Removes a custom brush style

Namespace:GlobalMapper
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)

Syntax
C#
Copy
public static GM_Error_t32 RemoveCustomBrushStyle(
                        string aBrushName
                )

Parameters

aBrushName
Type:  System.String
IN: Text name to use when referring to the brush style

Return Value

Type:  GM_Error_t32
A GM Error Code
See Also