Click or drag to resize

GM_LayerList_tGetLocationElevation Method (GM_LayerList_t, Double, Double, Single)

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

Namespace:  GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
public static GM_Error_t32 GetLocationElevation(
	GM_LayerList_t aLayerList,
	double aXCoord,
	double aYCoord,
	out float aElev
)

Parameters

aLayerList
Type: GlobalMapper.TypesGM_LayerList_t
IN: Layer to get elevation from or NULL for topmost
aXCoord
Type: SystemDouble
IN: X coord in current projection
aYCoord
Type: SystemDouble
IN: Y coord in current projection
aElev
Type: SystemSingle
OUT: Elevation at location in meters

Return Value

Type: GM_Error_t32
A GM Error Code
See Also