SetVerticalDisplayOptions ========================= .. currentmodule:: globalmapper .. py:function:: SetVerticalDisplayOptions (GM_VerticalDisplayOptions_t aVertDispOpts) -> GM_Error_t32 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 :doc:`GetVerticalDisplayOptions` to initialize the structure to the current settings. :param GM_VerticalDisplayOptions_t aVertDispOpts: The new vertical (elevation) display options to apply to the workspace :returns: Error Code :rtype: GM_Error_t32 Example ------- The following is an example of SetRasterDisplayOptions.:: gm.SetVerticalDisplayOptions(vert_display_opts) For more context refer to :doc:`the tutorial page on full example scripts<../sampleCode/DemoMisc>`.