Routines (alphabetical) > Routines: G > GRIB Routines > GRIB_IS_MISSING

GRIB_IS_MISSING

The GRIB_IS_MISSING function checks if a key value is missing.

Syntax

Result = GRIB_IS_MISSING(Ghandle, Key)

Return Value

Returns 1 if the key value is missing, 0 otherwise.

Arguments

Ghandle

A GRIB handle.

Key

A case-sensitive string containing the desired key name.

Examples

See GRIB_GET_VALUESfor a general example using the GRIB routines.

Version History

8.1

Introduced

See Also

GRIB_SET_MISSING