changes.mady.by.user Mike McGreevy
Saved on Dec 04, 2017
changes.mady.by.user Barbara Jones
Saved on Aug 13, 2019
Determines whether an attribute exists
H5LT_FIND_ATTRIBUTE (loc_id, attr_name)
<pre><code class="language-c">herr_t H5LTfind_attribute ( hid_t loc_id, const char *attr_name )</code></pre>
loc_id
attr_name
IN: Attribute name
H5LTfind_attribute
H5LT_FIND_ATTRIBUTE determines whether an attribute named attr_name exists attached to the object specified by loc_id.
loc_id must be an object identifier and attr_name must specify an attribute that is expected to be attached to that object.
Returns 1 if the attribute exists; returns 0 otherwise.
Coming Soon!