|
Scientific Data Formats: Hierarchical Data Format |
|
The HDF_SD_DIMGETID function returns a dimension ID given a dataset's "SDdataset_id" and a dimension number.
Result = HDF_SD_DIMGETID(SDdataset_id, Dimension_Number)
Returns the dimension identifier.
An SD dataset ID as returned by HDF_SD _SELECT or HDF_SD_CREATE.
A zero-based dimension number. The dimension number must be greater than or equal to 0 and less than the maximum dimension number, or rank.
None
For an example illustrating this routine, see the documentation for HDF_SD_DIMSET.
HDF_SD_CREATE, HDF_SD_DIMGET, HDF_SD_DIMSET, HDF_SD_SELECT
IDL Online Help (March 06, 2007)