ArcObjects Library Reference (DataSourcesRaster)  

IRasterDatasetJukebox Interface

Provides access to members that control subdatasets.

Product Availability

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

Members

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.

CoClasses that implement IRasterDatasetJukebox

CoClasses and 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.

.NET Related Topics

Accessing HDF and NITF subdatasets