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


IRasterDatasetJukebox.Subdataset Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterDatasetJukebox.Subdataset Property

The current active subdataset.

[Visual Basic .NET]
Public Property Subdataset As Integer
[C#]
public int Subdataset {get; set;}
[C++]
HRESULT get_Subdataset(
  long* pSubdatasetID
);
[C++]
HRESULT put_Subdataset(
  long pSubdatasetID
);
[C++]

Parameters pSubdatasetID [out, retval] pSubdatasetID is a parameter of type long pSubdatasetID [in] pSubdatasetID is a parameter of type long

Product Availability

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

Remarks

This property is used to get/set the index of a subdataset which becomes the current raster dataset

See Also

IRasterDatasetJukebox Interface

.NET Related Topics

Accessing HDF and NITF subdatasets