This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicRaster2 Interface > IMosaicRaster2.RasterCatalogTable Property (ArcObjects .NET 10.4 SDK) |
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