Skip Navigation Links.

H5AttributeInfo..::..creationOrder Property

creationOrder is a positive integer containing the creation order of the attribute. This value is 0-based, so, for example, the third attribute created will have a corder value of 2.

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

Syntax

Visual Basic
Public ReadOnly Property creationOrder As Integer
	Get
C#
public int creationOrder { get; }
Visual C++
public:
property int creationOrder {
	int get ();
}
JavaScript
function get_creationOrder();

See Also