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


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

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