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


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

IRasterCatalogHelper.UpdateFootprintSpatialReference Method

Updates RasterCatalog footprint spatial reference.

[Visual Basic .NET]
Public Sub UpdateFootprintSpatialReference ( _
    ByVal Catalog As IRasterCatalog _
)
[C#]
public void UpdateFootprintSpatialReference (
    IRasterCatalog Catalog
);
[C++]
HRESULT UpdateFootprintSpatialReference(
  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