This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterLayerExport Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control exporting from a Raster Layer. Note: the IRasterLayerExport interface has been superseded byIRasterLayerExport2. Please consider using the more recent version.
Description | ||
---|---|---|
Export | Executes the raster layer exporting. | |
Extent | The extent of the raster to be exported. | |
Force2RGB | Indicates whether to force exported raster to be RGB. | |
RasterLayer | The raster layer to be exported. | |
SetSize | Sets the number of columns and rows of the exported raster. | |
SpatialReference | The coordinate system of the exported raster. |
CoClasses and Classes | Description |
---|---|
RasterLayerExport | A helper class to export raster data from a raster layer. |