Gets creation property list for a map object
Procedure:
H5M_GET_CREATE_PLIST(map_id)
Signature:
hid_t H5Mget_create_plist( hid_t map_id )
Parameters:
hid_t map_id | IN: Identifier of a map object |
Description:
H5M_GET_CREATE_PLIST returns an identifier for a copy of creation property list for a map object specified by map_id
.
Returns:
Returns an identifier for a copy of creation 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:46 PM