This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicFunctionArguments Interface > IMosaicFunctionArguments.Catalog Property (ArcObjects .NET 10.5 SDK) |
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