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


IRasterLayerExport.RasterLayer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterLayerExport Interface > IRasterLayerExport.RasterLayer Property
ArcGIS Developer Help

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