Enum H5.index_t
The types of indices on links in groups/attributes on objects. Primarily used for "[do] [foo] by index" routines and for iterating over links in groups/attributes on objects.
Namespace: HDF.PInvoke
Assembly: HDF.PInvoke.dll
Syntax
public enum index_t : int
Fields
Name | Description |
---|---|
CRT_ORDER | Index on creation order [value = 1]. |
N | Number of indices defined [value = 2]. |
NAME | Index on names [value = 0]. |
UNKNOWN | Unknown index type [value = -1]. |