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 > IMosaicDataset Interface > IMosaicDataset.RasterTypeTable Property (ArcObjects .NET 10.5 SDK) |
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