GM_Utility .GetLocationElevationEx Method
Retrieves the elevation at a given location from a provided layer or from the list of currently loaded elevation layers (topmost elevation layer first).

Namespace:GlobalMapper
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)

Syntax
C#
Copy
public static GM_Error_t32 GetLocationElevationEx(
                        GM_LayerList_t aLayerList,
                        double aXCoord,
                        double aYCoord,
                        out float aElev
                )

Parameters

aLayer
Type: GlobalMapper.Types.GM_LayerList_t
IN: List of layers to search for points or NULL for all terrain layers
aXCoord
Type: System.Double
IN: X coord in current projection
aYCoord
Type: System.Double
IN: Y coord in current projection
aElev
Type: System.Single
OUT: Elevation at location in meters

Return Value

Type:  GM_Error_t32
A GM Error Code
See Also