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 > IRasterLayerExport3 Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that control exporting raster from a layer.
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. | |
Layer | The layer to be exported (e.g. RasterLayer, ImageServerLayer, and etc.) | |
NoData | The NoData value for exported raster dataset. | |
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. | |
StorageDef | The raster storage definition for exported raster dataset. |
Interfaces | Description |
---|---|
IRasterLayerExport2 | Provides access to members that control exporting from a Raster Layer. |
IRasterLayerExport | Provides access to members that control exporting from a Raster Layer. |
CoClasses and Classes | Description |
---|---|
RasterLayerExport | A helper class to export raster data from a raster layer. |