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


IMosaicDataset.CatalogType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMosaicDataset.CatalogType Property

The raster catalog type.

[Visual Basic .NET]
Public ReadOnly Property CatalogType As esriRasterCatalogType
[C#]
public esriRasterCatalogType CatalogType {get;}
[C++]
HRESULT get_CatalogType(
  esriRasterCatalogType* pRasterCatalogType
);
[C++]

Parameters pRasterCatalogType [out, retval]
pRasterCatalogType is a parameter of type esriRasterCatalogType

Product Availability

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

See Also

IMosaicDataset Interface