This document is archived and information here might be outdated. Recommended version. |
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*