Creating a Property List
Function Syntax
Create a property list as an instance of a property list class.
hid_t H5Pcreate(H5P_class_t classId)
Parameters
Parameter |
Description |
Value Range |
Input/Output |
|---|---|---|---|
classId |
Class of the property list to create |
Non-empty |
Input |
Return Value
- Success: property list identifier
- Failure: negative value
Parent topic: Property List APIs