This document is archived and information here might be outdated. Recommended version. |
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.