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


IPixelReader.PixelType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPixelReader Interface > IPixelReader.PixelType Property
ArcGIS Developer Help

IPixelReader.PixelType Property

The source pixel type.

[Visual Basic .NET]
Public ReadOnly Property PixelType As rstPixelType
[C#]
public rstPixelType PixelType {get;}
[C++]
HRESULT get_PixelType(
  rstPixelType* pPixelType
);
[C++]
Parameters
pPixelType [out, retval]

pPixelType is a parameter of type rstPixelType*

Product Availability

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

See Also

IPixelReader Interface