Click or drag to resize

GM_PointStyle_tAddCustomSymbol Method

Adds a new custom symbol that can be used when drawing point features (see the GM_SetPointFeatureDrawStyle function)

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_Error_t32 AddCustomSymbol(
	string aSymbolFilename,
	string aSymbolName
)

Parameters

aSymbolFilename
Type: SystemString
Full path to symbol file (BMP or ICO)
aSymbolName
Type: SystemString
Text name to use when referring to the symbol

Return Value

Type: GM_Error_t32
A GM Error Code
See Also