The H5A class contains static member function for each of the supported
H5A calls of the HDF5 library.
The purpose of these calls is to create and manipulate attributes and
information about attributes.
http://www.hdfgroup.org/HDF5/doc/RM/RM_H5A.html
Namespace:
HDF5DotNet
Assembly:
HDF5DotNet (in HDF5DotNet.dll)
Syntax
Visual Basic |
---|
Public NotInheritable Class H5A |
C# |
---|
public sealed class H5A |
Visual C++ |
---|
public ref class H5A sealed |
JavaScript |
---|
HDF5DotNet.H5A = function();
Type.createClass(
'HDF5DotNet.H5A'); |
Inheritance Hierarchy
Object
HDF5DotNet..::..H5A
See Also