ArcObjects Library Reference (DataSourcesRaster)  

ISimplePixelReader.PixelType Property

The source pixel type.

[Visual Basic .NET]
Public WriteOnly Property PixelType_2
[C#]
public void PixelType_2 {set;}
[C++]
HRESULT put_PixelType(
  rstPixelType 
);
[C++]

Parameters

[in]

   is a parameter of type rstPixelType

Product Availability

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

See Also

ISimplePixelReader Interface