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


ISimplePixelReader.Raster Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ISimplePixelReader.Raster Property

The source raster providing pixels.

[Visual Basic .NET]
Public WriteOnly Property Raster
[C#]
public void Raster {set;}
[C++]
HRESULT putref_Raster(
  IRaster* 
);
[C++]

Parameters [in]
is a parameter of type IRaster

Product Availability

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

See Also

ISimplePixelReader Interface