This document is archived and information here might be outdated.  Recommended version.


IRasterDatasetJukebox Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterDatasetJukebox Interface
ArcGIS Developer Help

IRasterDatasetJukebox Interface

Provides access to members that control subdatasets.

Product Availability

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

Members

Name Description
Read/write property Subdataset The current active subdataset.
Read-only property SubdatasetCount The number of subdatasets.
Read-only property SubdatasetDescription The given subdataset description.
Read-only property SubdatasetName The given subdataset name.

Classes that implement IRasterDatasetJukebox

Classes Description
RasterDataset A representation of a raster dataset on disk.

Remarks

Some raster formats can contain multiple subdatasets inside a single file, for example the HDF format. The IRasterDatasetJukebox interface is used to query the number of subdatasets, their names, and the descriptions inside the file and retrive subdatasets, one at a time.