Skip Navigation Links.

H5ObjectInfo..::..nAttributes Property

Number of attributes attached to the object.

Namespace:  HDF5DotNet
Assembly:  HDF5DotNet (in HDF5DotNet.dll)

Syntax

Visual Basic
Public ReadOnly Property nAttributes As Long
	Get
C#
public long nAttributes { get; }
Visual C++
public:
property long long nAttributes {
	long long get ();
}
JavaScript
function get_nAttributes();

See Also