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


IMosaicRaster2.RasterCatalogTable Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicRaster2 Interface > IMosaicRaster2.RasterCatalogTable Property
ArcGIS Developer Help

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