ArcObjects Library Reference  (Carto)    

IRasterCatalogLayer.CatalogTable Property

Raster catalog table.

[Visual Basic 6.0]
Property CatalogTable As IRasterCatalogTable
[Visual Basic .NET]
Public ReadOnly Property CatalogTable As IRasterCatalogTable
[C#]
public IRasterCatalogTable CatalogTable {get;}
[Java]
public IRasterCatalogTable getCatalogTable()
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page