This document is archived and information here might be outdated.  Recommended version.


IPixelBlock.GetVal Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPixelBlock Interface > IPixelBlock.GetVal Method
ArcGIS Developer Help

IPixelBlock.GetVal Method

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
);
[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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPixelBlock Interface