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


IRasterXformer2.PixelReader Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterXformer2.PixelReader Property

The current pixel reader for reading source pixels.

[Visual Basic .NET]
Public Property PixelReader As IPixelReader
[C#]
public IPixelReader PixelReader {get; set;}
[C++]
HRESULT get_PixelReader(
  IPixelReader** ppReader
);
[C++]
HRESULT putref_PixelReader(
  IPixelReader* ppReader
);
[C++]

Parameters ppReader [out, retval]
ppReader is a parameter of type IPixelReader ppReader [in]
ppReader is a parameter of type IPixelReader

Product Availability

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

See Also

IRasterXformer2 Interface