This document is archived and information here might be outdated. Recommended version. |
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*