ArcObjects Library Reference (Carto)  

IRasterLayerExport.RasterLayer Property

The raster layer to be exported.

[Visual Basic .NET]
Public WriteOnly Property RasterLayer
[C#]
public void RasterLayer {set;}
[C++]
HRESULT putref_RasterLayer(
  IRasterLayer* 
);
[C++]

Parameters

[in]

   is a parameter of type IRasterLayer

Product Availability

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

Remarks

The RasterLayer property is used to set the input RasterLayer to the RasterLayerExport object; this is a required property. Normally, a raster layer is associated with a raster renderer by default. You can change the raster renderer to what you need.  If you don’t want to use the raster renderer to filter the pixel values during the export, remove the raster renderer from the raster layer before passing it to the RasterLayerExport object.

See Also

IRasterLayerExport Interface