globalmapper.SetElevationOverrides ================================== .. currentmodule:: globalmapper .. py:function:: SetElevationOverrides (GM_LayerHandle_t32 aLayer, GM_ElevationOverrides_t aOptions) -> GM_Error_t32 Sets the elevation adjustment options that are currently being applied to a given elevation layer. You should typically first call :doc:`GetElevationOverrides` to get the current elevation adjustments for a layer, then change the appropriate options, then call this to modify the adjustments for the layer. :param GM_LayerHandle_t32 aLayer: layer to set options for :param GM_ElevationOverrides_t aOptions: elevation adjustment options for raster layer :returns: Error Code :rtype: GM_Error_t32