Next: nc_inq_compound_fielddim_sizes, Previous: nc_inq_compound_fieldtype, Up: User Defined Data Types
Given the typeid and the fieldid, get the number of dimensions of that field.
int nc_inq_compound_fieldndims(int ncid, nc_type xtype, int fieldid,
int *ndimsp);
ncidxtypefieldidndimspNC_NOERRNC_EBADTYPEIDNC_EBADFIELDIDNC_EHDFERRSee the example section for nc_inq_compound.