GRIB_CLONE

The GRIB_CLONE function clones an existing handle using the context of the original handle. The message is copied and reparsed.

Examples

See GRIB_GET_VALUES for a general example using the GRIB routines.

Syntax

Result = GRIB_CLONE(Ghandle)

Return Value

Returns a GRIB handle that is a clone of the input handle.

Arguments

Ghandle

The GRIB handle to be cloned.

Version History

8.1

Introduced