ArcObjects Library Reference (DataSourcesRaster)  

IMosaicRaster.RasterCatalog Property

The base RasterCatalog.

[Visual Basic .NET]
Public Property RasterCatalog As IRasterCatalog
[C#]
public IRasterCatalog RasterCatalog {get; set;}
[C++]
HRESULT get_RasterCatalog(
  IRasterCatalog** ppCatalog
);
[C++]
HRESULT putref_RasterCatalog(
  IRasterCatalog* ppCatalog
);
[C++]

Parameters

ppCatalog [out, retval]

  ppCatalog is a parameter of type IRasterCatalog

ppCatalog [in]

  ppCatalog is a parameter of type IRasterCatalog

Product Availability

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

See Also

IMosaicRaster Interface

.NET Samples

Mosaic raster datasets to a file raster format (Code Files: CreateFileRasterMosaic)

.NET Related Topics

DataSourcesRaster