This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPixelBlock3 Interface > IPixelBlock3.PixelDataByRef Property (ArcObjects .NET 10.5 SDK) |
A pointer to an array of pixels for a specified plane.
[Visual Basic .NET] Public Function get_PixelDataByRef ( _ ByVal plane As Integer _ ) As Object
[C#] public object get_PixelDataByRef ( int plane );
[C++]
HRESULT get_PixelDataByRef(
long plane,
VARIANT* pVal
);
[C++]
Parameters plane [in] plane is a parameter of type long pVal [out, retval] pVal is a parameter of type VARIANT
The PixelDataByRef property returns an array of pixel values of a specified raster band by reference.