Skip Navigation Links.

H5AttributeInfo..::..dataSize Property

dataSize indicates the size, in the number of characters, of the attribute.

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

Syntax

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

See Also