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


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

IMosaicFunctionArguments.Catalog Property

The source catalog.

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

ppCatalog is a parameter of type IUnknown* ppCatalog [in]
ppCatalog is a parameter of type IUnknown

Product Availability

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

See Also

IMosaicFunctionArguments Interface