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


IRasterCatalogLayer.CatalogTable Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterCatalogLayer Interface > IRasterCatalogLayer.CatalogTable Property
ArcGIS Developer Help

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