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


IRasterCatalogHelper Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterCatalogHelper Interface
ArcGIS Developer Help

IRasterCatalogHelper Interface

Provides access to a RasterCatalog helper. Note: the IRasterCatalogHelper interface has been superseded by IRasterCatalogHelper2. Please consider using the more recent version.

Product Availability

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

Members

Name Description
Method UpdateFootprint Updates RasterCatalog footprint.
Method UpdateFootprintSpatialReference Updates RasterCatalog footprint spatial reference.

Classes that implement IRasterCatalogHelper

Classes Description
RasterCatalogHelper A helper for RasterCatalog.

Remarks

IRasterCatalogHelper provides the function to update footprints of a raster catalog and the spatial reference of the footprint column.

See Also

IRasterCatalog Interface