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


IMosaicDataset.Catalog 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.Catalog Property
ArcGIS Developer Help

IMosaicDataset.Catalog Property

The catalog.

[Visual Basic .NET]
Public ReadOnly Property Catalog As IFeatureClass
[C#]
public IFeatureClass Catalog {get;}
[C++]
HRESULT get_Catalog(
  IFeatureClass** ppCatalog
);
[C++]
Parameters
ppCatalog [out, retval]

ppCatalog is a parameter of type IFeatureClass**

Product Availability

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

See Also

IMosaicDataset Interface