NCDF_VARINQ
Syntax | Return Value | Arguments | Examples | Version History
The NCDF_VARINQ function returns a structure that contains information about a netCDF variable, given its ID. This structure has the form:
This structure is described below.
Syntax
Result = NCDF_VARINQ(Cdfid, Varid)
Return Value
The returned structure contains the following tags:
Arguments
Cdfid
The netCDF ID, returned from a previous call to NCDF_OPEN or NCDF_CREATE.
Varid
The netCDF variable ID, returned from a previous call to NCDF_VARDEF or NCDF_VARID, or the name of the variable.
Examples
See NCDF_VARDEF.
Version History