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