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


IMosaicFunctionArguments.Catalog Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMosaicFunctionArguments.Catalog Property

The source catalog.

[Visual Basic .NET]
Public Property Catalog As Object
[C#]
public object Catalog {get; set;}
[C++]
HRESULT get_Catalog(
  LPUNKNOWN* ppCatalog
);
[C++]
HRESULT putref_Catalog(
  LPUNKNOWN ppCatalog
);
[C++]

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

Product Availability

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

See Also

IMosaicFunctionArguments Interface