Next: , Previous: nc_inq_compound_name, Up: User Defined Data Types


5.12 Learn the Size of a Compound Type: nc_inq_compound_size

Get the len of a compound type.

Usage

     int nc_inq_compound_size(int ncid, nc_type xtype, size_t *sizep);
ncid
The groupid where this compound type exists.
xtype
The typeid for this compound type.
size
A pointer, which, if not NULL, get the size of the compound type.

Errors

NC_NOERR
No error.
NC_EBADTYPEID
Bad type id.
NC_EHDFERR
An error was reported by the HDF5 layer.

Example

See the example section for nc_inq_compound.