ArcObjects Library Reference (DataSourcesRaster)  

IMosaicDataset.RasterTypeTable Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMosaicDataset Interface