Previous Scientific Data Formats: Hierarchical Data Format - HDF5 Next

H5G_UNLINK

Syntax | Arguments | Keywords | Example | Version History | See Also

The H5G_UNLINK procedure removes the link to an object from a group.

Syntax

H5G_UNLINK, Loc_id, Name

Arguments

Loc_id

An integer giving the file or group identifier containing the object.

Name

Name of the object within Loc_id to unlink.

Keywords

None

Example

See the example under H5F_CREATE.

Version History

6.2
Introduced

See Also

H5G_CREATE, H5G_LINK

  IDL Online Help (March 06, 2007)