ArcObjects Library Reference (Carto)  

IRasterCatalogLayer.CatalogTable Property

Raster catalog table.

[Visual Basic .NET]
Public ReadOnly Property CatalogTable As IRasterCatalogTable
[C#]
public IRasterCatalogTable CatalogTable {get;}
[C++]
HRESULT get_CatalogTable(
  IRasterCatalogTable** pCatalog
);
[C++]

Parameters

pCatalog [out, retval]

  pCatalog is a parameter of type IRasterCatalogTable

Product Availability

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

Description

The RasterCatalogTable can be retrieved from the layer using the CatalogTable property.

See Also

IRasterCatalogLayer Interface