ArcObjects Library Reference (GeoDatabase)  

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 VARIANT_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