Click or drag to resize

GM_AreaStyle_tRemoveCustomBrushStyle Method

Removes a custom brush style

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_Error_t32 RemoveCustomBrushStyle(
	string aBrushName
)

Parameters

aBrushName
Type: SystemString
IN: Text name to use when referring to the brush style

Return Value

Type: GM_Error_t32
A GM Error Code
See Also