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


IMosaicRaster2.RasterCatalogTable Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMosaicRaster2.RasterCatalogTable Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMosaicRaster2 Interface