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


IRasterCatalogHelper2.UpdateFootprintEx Method (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 > IRasterCatalogHelper2.UpdateFootprintEx Method
ArcGIS Developer Help

IRasterCatalogHelper2.UpdateFootprintEx Method

Updates RasterCatalog footprint.

[Visual Basic .NET]
Public Sub UpdateFootprintEx ( _
    ByVal Catalog As IRasterCatalog, _
    ByVal Where As String, _
    ByVal onlyIfEmpty As Boolean, _
    ByVal cancel As ITrackCancel _
)
[C#]
public void UpdateFootprintEx (
    IRasterCatalog Catalog,
    string Where,
    bool onlyIfEmpty,
    ITrackCancel cancel
);
[C++]
HRESULT UpdateFootprintEx(
  IRasterCatalog* Catalog,
  BSTR Where,
  VARIANT_BOOL onlyIfEmpty,
  ITrackCancel* cancel
);
[C++]
Parameters
Catalog [in]

Catalog is a parameter of type IRasterCatalog* Where [in]
Where is a parameter of type BSTR onlyIfEmpty [in]
onlyIfEmpty is a parameter of type bool cancel [in]
cancel is a parameter of type ITrackCancel*

Product Availability

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

See Also

IRasterCatalogHelper2 Interface