Gets access property list for a map object
Procedure:
H5M_GET_ACCESS_PLIST(map_id)
Signature:
hid_t H5Mget_access_plist( hid_t map_id )
Parameters:
hid_t map_id | IN: Identifier of a map object |
Description:
H5M_GET_ACCESS_PLIST returns an identifier for a copy of access property list for a map object specified by map_id
.
Returns:
Returns identifier for a copy of access property list if successful; otherwise returns H5I_INVALID_HID
.
Example:
History:
Release | Change |
---|
1.13.0 | C function introduced in this release. |
--- Last Modified: December 20, 2020 | 11:45 PM