Click or drag to resize

GM_Layer_tGetPixelElevationRow Method (Int32, Single, Single)

Retrieves an entire row of elevation values from the provided layer.

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public GM_Error_t32 GetPixelElevationRow(
	int aRow,
	out float[] aElevRow,
	float aInvalidVal
)

Parameters

aRow
Type: SystemInt32
IN: Y coord of pixel (0 is topmost)
aElevRow
Type: SystemSingle
(float*) OUT: Buffer to hold elevation values for row in meters
aInvalidVal
Type: SystemSingle
IN: Value to use for invalid samples (i.e. -9999.9)

Return Value

Type: GM_Error_t32
A GM Error Code
See Also