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


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

IRasterCatalogHelper2 Interface

Provides access to additional RasterCatalog utilities.

Product Availability

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

Members

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

Inherited Interfaces

Interfaces Description
IRasterCatalogHelper Provides access to a RasterCatalog helper.

Classes that implement IRasterCatalogHelper2

Classes Description
RasterCatalogHelper A helper for RasterCatalog.

Remarks

IRasterCatalogHelper2 provides the function to update footprints of selected raster datasets in a raster catalog with a where clause.

See Also

IRasterCatalog Interface