This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISaveAs Interface (ArcObjects .NET 10.5 SDK) |
Provides access to methods for saving as a new Dataset. Note: the ISaveAs interface has been superseded byISaveAs2. Please consider using the more recent version.
The ISaveAs interface saves a raster or raster dataset to an output raster dataset in one of the supported raster formats.
Description | ||
---|---|---|
CanSaveAs | Checks if it's can be saved as a new persistent Dataset of a given format. | |
SaveAs | Creates a new persistent Dataset of a given format. |
CoClasses and Classes | Description |
---|---|
MosaicRaster (esriDataSourcesRaster) | A mosaic of rasters. |
Raster (esriDataSourcesRaster) | An in-memory representation of a dynamic raster that can perform resampling and reprojection. |
RasterDataset (esriDataSourcesRaster) | A representation of a raster dataset on disk. |
RenderedRaster (esriCarto) | A raster that is rendered using a renderer. |
Raster Class | RasterDataset Class | MosaicRaster Class