|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterDatasetContainer Interface > IRasterDatasetContainer.GetSubRasterDatasetName Method (ArcObjects .NET 10.4 SDK) | 
The given subdataset's name.
[Visual Basic .NET] Public Function GetSubRasterDatasetName ( _ ByVal SubdatasetID As Integer _ ) As String
[C#] public string GetSubRasterDatasetName ( int SubdatasetID );
[C++]
HRESULT GetSubRasterDatasetName(
  long SubdatasetID,
  BSTR* pName
);
[C++]
Parameters SubdatasetID [in] SubdatasetID is a parameter of type long pName [out, retval] pName is a parameter of type BSTR