Click or drag to resize

GM_UtilitySetVerticalDisplayOptions Method

Sets the options to use when displaying gridded elevation data. If you're not going to change everything, it's suggested that you first call GM_GetVerticalDisplayOptions to initialize the structure to the current settings.

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_Error_t32 SetVerticalDisplayOptions(
	ref GM_VerticalDisplayOptions_t aVertDispOpts
)

Parameters

aVertDispOpts
Type: GlobalMapperGM_VerticalDisplayOptions_t
Options for gridded elevation data

Return Value

Type: GM_Error_t32
A GM Error Code
See Also