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 > IMosaicRaster Interface > IMosaicRaster.RasterCatalog Property (ArcObjects .NET 10.5 SDK) |
The base RasterCatalog.
[Visual Basic .NET] Public Property RasterCatalog As IRasterCatalog
[C#] public IRasterCatalog RasterCatalog {get; set;}
[C++]
HRESULT get_RasterCatalog(
IRasterCatalog** ppCatalog
);
[C++]
HRESULT putref_RasterCatalog(
IRasterCatalog* ppCatalog
);
[C++]
Parameters ppCatalog [out, retval]
ppCatalog is a parameter of type IRasterCatalog ppCatalog [in]
ppCatalog is a parameter of type IRasterCatalog