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


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

IRasterLayerExport3 Interface

Provides access to members that control exporting raster from a layer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method Export Executes the raster layer exporting.
Write-only property Extent The extent of the raster to be exported.
Write-only property Force2RGB Indicates whether to force exported raster to be RGB.
Write-only property Layer The layer to be exported (e.g. RasterLayer, ImageServerLayer, and etc.)
Write-only property NoData The NoData value for exported raster dataset.
Write-only property RasterLayer The raster layer to be exported.
Method SetSize Sets the number of columns and rows of the exported raster.
Write-only property SpatialReference The coordinate system of the exported raster.
Write-only property StorageDef The raster storage definition for exported raster dataset.

Inherited Interfaces

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.

Classes that implement IRasterLayerExport3

Classes Description
RasterLayerExport A helper class to export raster data from a raster layer.