This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPixelBlock Interface > IPixelBlock.GetVal Method (ArcObjects .NET 10.4 SDK) |
The value for a specified pixel.
[Visual Basic .NET] Public Function GetVal ( _ ByVal plane As Integer, _ ByVal X As Integer, _ ByVal Y As Integer _ ) As Object
[C#] public object GetVal ( int plane, int X, int Y );
[C++]
HRESULT GetVal(
long plane,
long X,
long Y,
VARIANT* val
);
[C++]
Parameters plane [in] plane is a parameter of type long X [in] X is a parameter of type long Y [in] Y is a parameter of type long val [out, retval] val is a parameter of type VARIANT