Global Mapper SDK
| GM_Layer_t.GetLocationElevationList Method |
Retrieves the elevation at each of the given locations for this layer.
Namespace: GlobalMapper.TypesAssembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public GM_Error_t32 GetLocationElevationList( GM_Point_t[] aLocList, out float[] aElevList )
Parameters
- aLocList
- Type: GlobalMapper.GM_Point_t[]
IN: List of locations - aElevList
- Type: System.float[]
OUT: array to hold elevation in meters for each location provided (GM_INVALID_ELEV_VALUE if none found)
Return Value
Type: GM_Error_t32A GM Error Code
Comments
0 comments
Please sign in to leave a comment.