GM_UtilityAddCustomBrushStyle Method |
Adds a new custom brush style that can be used when drawing area features
(see the GM_SetAreaFeatureDrawStyle function)
Namespace:
GlobalMapper
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public static GM_Error_t32 AddCustomBrushStyle(
string aImageFilename,
string aStyleName,
out GM_BrushStyle_t16 aStyleVal
)
Public Shared Function AddCustomBrushStyle (
aImageFilename As String,
aStyleName As String,
<OutAttribute> ByRef aStyleVal As GM_BrushStyle_t16
) As GM_Error_t32
public:
static GM_Error_t32 AddCustomBrushStyle(
String^ aImageFilename,
String^ aStyleName,
[OutAttribute] GM_BrushStyle_t16% aStyleVal
)
Parameters
- aImageFilename
- Type: SystemString
IN: Full path to image filename to use for custom fill pattern - aStyleName
- Type: SystemString
IN: Text name to use when referring to the fill style - aStyleVal
- Type: GlobalMapper.TypesGM_BrushStyle_t16
OUT: Value of created custom fill style
Return Value
Type:
GM_Error_t32A GM Error Code
See Also