ArcGIS Pro 2.7 API Reference Guide
GetValue Method

ArcGIS.Core.Data.Raster Namespace > PixelBlock Class : GetValue Method
Index of a plane from this pixel block
X offset in the given plane
Y offset in given plane
Gets the pixel value for the given plane, column and row from this pixel block. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public object GetValue( 
   int plane,
   int x,
   int y
)
Public Function GetValue( _
   ByVal plane As Integer, _
   ByVal x As Integer, _
   ByVal y As Integer _
) As Object

Parameters

plane
Index of a plane from this pixel block
x
X offset in the given plane
y
Y offset in given plane

Return Value

An object representing the pixel value for the given pixel.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

PixelBlock Class
PixelBlock Members