Global Mapper SDK
GM_Utility .AddCustomSymbol Method |
Adds a new custom symbol that can be used when drawing point features (see the GM_SetPointFeatureDrawStyle function)
Namespace:GlobalMapper
Assembly: GlobalMapperWrapperNET35 (in GlobalMapperWrapperNET35.dll) Version: 19.1.0.0 (19.1.0.0)

C#
Copy
public static GM_Error_t32 AddCustomSymbol(
string aSymbolFilename,
string aSymbolName
)
Parameters
- aSymbolFilename
-
Type:
System
.
String
Full path to symbol file (BMP or ICO)
- aSymbolName
-
Type:
System
.
String
Text name to use when referring to the symbol
Return Value
Type: GM_Error_t32A GM Error Code
