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