This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterLayerExport Interface > IRasterLayerExport.RasterLayer Property (ArcObjects .NET 10.5 SDK) |
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
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.