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


IRasterInfo.PixelType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterInfo.PixelType Property

The raster pixel type.

[Visual Basic .NET]
Public Property PixelType As rstPixelType
[C#]
public rstPixelType PixelType {get; set;}
[C++]
HRESULT get_PixelType(
  rstPixelType* pPixelType
);
[C++]
HRESULT put_PixelType(
  rstPixelType pPixelType
);
[C++]

Parameters pPixelType [out, retval]
pPixelType is a parameter of type rstPixelType pPixelType [in]
pPixelType is a parameter of type rstPixelType

Product Availability

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

See Also

IRasterInfo Interface

.NET Samples

Create an NDVI custom raster function (Code Files: NDVICustomFunction) | Create a custom raster function (Code Files: WatermarkFunction)