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


IMosaicFunction.Catalog Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMosaicFunction.Catalog Property

The catalog.

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

Parameters ppCatalog [out, retval]
ppCatalog is a parameter of type ITable

Product Availability

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

See Also

IMosaicFunction Interface