This document is archived and information here might be outdated. Recommended version. |
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*
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.