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


IRasterDatasetContainer.GetSubRasterDatasetFullName Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterDatasetContainer.GetSubRasterDatasetFullName Method

The given subdataset's full name.

[Visual Basic .NET]
Public Function GetSubRasterDatasetFullName ( _
    ByVal SubdatasetID As Integer _
) As IName
[C#]
public IName GetSubRasterDatasetFullName (
    int SubdatasetID
);
[C++]
HRESULT GetSubRasterDatasetFullName(
  long SubdatasetID,
  IName** ppName
);
[C++]

Parameters SubdatasetID [in] SubdatasetID is a parameter of type long ppName [out, retval]
ppName is a parameter of type IName

Product Availability

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

See Also

IRasterDatasetContainer Interface