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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.