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


IRasterCatalogHelper.UpdateFootprint Method (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 > IRasterCatalogHelper.UpdateFootprint Method
ArcGIS Developer Help

IRasterCatalogHelper.UpdateFootprint Method

Updates RasterCatalog footprint.

[Visual Basic .NET]
Public Sub UpdateFootprint ( _
    ByVal Catalog As IRasterCatalog _
)
[C#]
public void UpdateFootprint (
    IRasterCatalog Catalog
);
[C++]
HRESULT UpdateFootprint(
  IRasterCatalog* Catalog
);
[C++]
Parameters
Catalog [in]

Catalog is a parameter of type IRasterCatalog*

Product Availability

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

See Also

IRasterCatalogHelper Interface