This document is archived and information here might be outdated. Recommended version. |
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**
The RasterCatalogTable can be retrieved from the layer using the CatalogTable property.