Global Mapper SDK
| GM_Layer_t .GetPixelElevation Method (Int32, Int32, Single ) |
Retrieves the elevation at a given pixel location in the provided layer.
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public GM_Error_t32 GetPixelElevation ( int aRow , int aCol , out float aElev )
Parameters
- aRow
-
Type:
System
.
Int32
IN: Y coord of pixel (0 is topmost) - aCol
-
Type:
System
.
Int32
IN: X coord of pixel (0 is leftmost) - aElev
-
Type:
System
.
Single
OUT: Elevation at location in meters
Return Value
Type: GM_Error_t32A GM Error Code
Comments
0 comments
Please sign in to leave a comment.