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


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

IRasterDatasetJukebox.SubdatasetName Property

The given subdataset name.

[Visual Basic .NET]
Public Function get_SubdatasetName ( _
    ByVal SubdatasetID As Integer _
) As String
[C#]
public string get_SubdatasetName (
    int SubdatasetID
);
[C++]
HRESULT get_SubdatasetName(
  long SubdatasetID,
  System.String* pName
);
[C++]
Parameters
SubdatasetID [in]

SubdatasetID is a parameter of type long pName [out, retval]
pName is a parameter of type BSTR*

Product Availability

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

Remarks

The subdataset name has the following form: HDF4_SDS:subdataset_type:file_name:subdataset_index

where subdataset_type shows predefined names for some of the well known HDF datasets, file_name is the name of the input file, and subdataset_index is the index of the image to use.

See Also

IRasterDatasetJukebox Interface