This document is archived and information here might be outdated. Recommended version. |
The associated raster types.
[Visual Basic .NET] Public Property RasterTypeTable As ITable
[C#] public ITable RasterTypeTable {get; set;}
[C++]
HRESULT get_RasterTypeTable(
ITable** ppRasterTypeTable
);
[C++]
HRESULT putref_RasterTypeTable(
ITable* ppRasterTypeTable
);
[C++] Parameters ppRasterTypeTable [out, retval]
ppRasterTypeTable is a parameter of type ITable** ppRasterTypeTable [in]
ppRasterTypeTable is a parameter of type ITable*