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


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

IRasterSdeCatalog Interface

Provides access to members that control the RasterSDE connection.

Product Availability

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

Members

Name Description
Read/write property CatalogName The ArcSDE raster catalog name.
Read/write property RasterName The ArcSDE raster name.

Classes that implement IRasterSdeCatalog

Classes Description
BasicRasterSdeLoader A mechanism to control creation of SDE Raster datasets and load raster data.
RasterSdeLoader (esriDataSourcesRasterUI) A mechanism to control creation of SDE Raster datasets and load raster data.

Remarks

When inserting rasters into an ArcSDE raster catalog, both CatalogName and RasterName need to be specified, if deleting an ArcSDE raster catalog, you can either specify CatalogName or SdeRasterName of IRasterSdeConnection.

See Also

IRasterSdeConnection Interface | IRasterSdeServerOperation2 Interface