dimids =
netcdf_inqDimID(ncid) ¶dimids =
netcdf_inqDimID(ncid,include_parents) ¶Return the dimension ids defined in a NetCDF file. If include_parents is 1, the dimension ids of the parent group are also returned. Per default this is not the case (include_parents is 0).
See also: netcdf_inqDim.
Package: netcdf