Global Mapper SDK
| GM_Layer_t .GetPixelElevationRow Method (Int32, Single , Single) |
Retrieves an entire row of elevation values from 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 GetPixelElevationRow ( int aRow , out float [] aElevRow , float aInvalidVal )
Parameters
- aRow
-
Type:
System
.
Int32
IN: Y coord of pixel (0 is topmost) - aElevRow
-
Type:
System
.
Single
(float*) OUT: Buffer to hold elevation values for row in meters - aInvalidVal
-
Type:
System
.
Single
IN: Value to use for invalid samples (i.e. -9999.9)
Return Value
Type: GM_Error_t32A GM Error Code
Comments
0 comments
Please sign in to leave a comment.