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


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

IRasterProps.PixelType Property

Data type of the pixels.

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

pVal is a parameter of type rstPixelType* pVal [in]
pVal is a parameter of type rstPixelType

Product Availability

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

See Also

IRasterProps Interface

.NET Samples

Create a custom default raster renderer Create a custom raster function