Click or drag to resize

GM_UtilitySelectAreaStyle Method

Displays a dialog allowing the user to graphically select an area style (not available on WinCE)

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
public static GM_Error_t32 SelectAreaStyle(
	out GM_AreaStyle_t aAreaStyle
)

Parameters

aAreaStyle
Type: GlobalMapper.TypesGM_AreaStyle_t
OUT: Area style buffer - make sure to initialize before passing in

Return Value

Type: GM_Error_t32
A GM Error Code
See Also