ArcObjects Library Reference (DataSourcesRaster)  

IMosaicRaster2.RasterCatalogTable Property

The source raster catalog table.

[Visual Basic .NET]
Public Property RasterCatalogTable As IRasterCatalogTable
[C#]
public IRasterCatalogTable RasterCatalogTable {get; set;}
[C++]
HRESULT get_RasterCatalogTable(
  IRasterCatalogTable** ppCatalogTable
);
[C++]
HRESULT putref_RasterCatalogTable(
  IRasterCatalogTable* ppCatalogTable
);
[C++]

Parameters

ppCatalogTable [out, retval]

  ppCatalogTable is a parameter of type IRasterCatalogTable

ppCatalogTable [in]

  ppCatalogTable is a parameter of type IRasterCatalogTable

Product Availability

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

See Also

IMosaicRaster2 Interface