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


IRasterDatasetContainer.GetSubRasterDatasetCompleteName Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterDatasetContainer.GetSubRasterDatasetCompleteName Method

The given subdataset's complete name.

[Visual Basic .NET]
Public Function GetSubRasterDatasetCompleteName ( _
    ByVal SubdatasetID As Integer _
) As String
[C#]
public string GetSubRasterDatasetCompleteName (
    int SubdatasetID
);
[C++]
HRESULT GetSubRasterDatasetCompleteName(
  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.

See Also

IRasterDatasetContainer Interface