GM_Utility .SetVerticalDisplayOptions 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: 18.0.0.0 (18.0.0.0)

Syntax
C#
Copy
public static GM_Error_t32 SetVerticalDisplayOptions(
    ref GM_VerticalDisplayOptions_t aVertDispOpts
)

Parameters

aVertDispOpts
Type:  GlobalMapper . GM_VerticalDisplayOptions_t
Options for gridded elevation data

Return Value

Type:  GM_Error_t32
A GM Error Code
See Also