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:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public static GM_Error_t32 SetVerticalDisplayOptions(
ref GM_VerticalDisplayOptions_t aVertDispOpts
)
Public Shared Function SetVerticalDisplayOptions (
ByRef aVertDispOpts As GM_VerticalDisplayOptions_t
) As GM_Error_t32
public:
static GM_Error_t32 SetVerticalDisplayOptions(
GM_VerticalDisplayOptions_t% aVertDispOpts
)
Parameters
- aVertDispOpts
- Type: GlobalMapper.TypesGM_VerticalDisplayOptions_t
Options for gridded elevation data
Return Value
Type:
GM_Error_t32A GM Error Code
See Also