ArcObjects Library Reference (DataSourcesRaster)  

IRasterSdeCatalog Interface

Provides access to members that control the RasterSDE connection.

Product Availability

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

Members

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

CoClasses that implement IRasterSdeCatalog

CoClasses and 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

IRasterSdeServerOperation2 Interface