Next: Variable Length Array, Previous: nc_inq_compound_fieldndims, Up: User Defined Data Types
Given the xtype and the fieldid, get the sizes of dimensions for that field. User must have allocated storage for the dim_sizes.
int nc_inq_compound_fielddim_sizes(int ncid, nc_type xtype, int fieldid,
int *dim_sizes);
ncidxtypefieldiddim_sizespNC_NOERRNC_EBADTYPEIDNC_EBADFIELDIDNC_EHDFERRSee the example section for nc_inq_compound.