SetVerticalDisplayOptions¶
- globalmapper.SetVerticalDisplayOptions(GM_VerticalDisplayOptions_t aVertDispOpts) GM_Error_t32 [source]¶
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 GetVerticalDisplayOptions to initialize the structure to the current settings.
- Parameters:
aVertDispOpts (GM_VerticalDisplayOptions_t) – The new vertical (elevation) display options to apply to the workspace
- Returns:
Error Code
- Return type:
GM_Error_t32
Example¶
The following is an example of SetRasterDisplayOptions.:
gm.SetVerticalDisplayOptions(vert_display_opts)
For more context refer to the tutorial page on full example scripts.