NetCDF  4.6.3
 All Data Structures Files Functions Variables Typedefs Macros Modules Pages
dattinq.c File Reference

Attribute inquiry functions. More...

#include "ncdispatch.h"

Go to the source code of this file.

Functions

Learning about Attributes

Functions to learn about the attributes in a file.

int nc_inq_att (int ncid, int varid, const char *name, nc_type *xtypep, size_t *lenp)
 Return information about a netCDF attribute. More...
 
int nc_inq_attid (int ncid, int varid, const char *name, int *idp)
 Find an attribute ID. More...
 
int nc_inq_attname (int ncid, int varid, int attnum, char *name)
 Find the name of an attribute. More...
 
int nc_inq_natts (int ncid, int *nattsp)
 Find number of global or group attributes. More...
 
int nc_inq_atttype (int ncid, int varid, const char *name, nc_type *xtypep)
 Find the type of an attribute. More...
 
int nc_inq_attlen (int ncid, int varid, const char *name, size_t *lenp)
 Find the length of an attribute. More...
 

Detailed Description

Attribute inquiry functions.

These functions find out about attributes.

Copyright 2018 University Corporation for Atmospheric Research/Unidata. See COPYRIGHT file for more info.

Definition in file dattinq.c.


Return to the Main Unidata NetCDF page.
Generated on Sat Apr 6 2019 08:19:00 for NetCDF. NetCDF is a Unidata library.