This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDEMosaicDataset Interface > IDEMosaicDataset.DERasterCatalog Property (ArcObjects .NET 10.4 SDK) |
The DE raster catalog.
[Visual Basic .NET] Public Property DERasterCatalog As IDERasterCatalog
[C#] public IDERasterCatalog DERasterCatalog {get; set;}
[C++]
HRESULT get_DERasterCatalog(
IDERasterCatalog** ppDECatalog
);
[C++]
HRESULT putref_DERasterCatalog(
IDERasterCatalog* ppDECatalog
);
[C++]
Parameters ppDECatalog [out, retval]
ppDECatalog is a parameter of type IDERasterCatalog ppDECatalog [in]
ppDECatalog is a parameter of type IDERasterCatalog