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