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


IRasterDatasetJukebox.Subdataset Property (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 > IRasterDatasetJukebox.Subdataset Property
ArcGIS Developer Help

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(
  System.Int32* 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