Show / Hide Table of Contents

    Enum H5O.type_t

    Types of objects in file

    Namespace: HDF.PInvoke
    Assembly: HDF.PInvoke.dll
    Syntax
    public enum type_t : int

    Fields

    Name Description
    DATASET

    Object is a dataset [value = 1]

    GROUP

    Object is a group [value = 0]

    NAMED_DATATYPE

    Object is a named data type [value = 2]

    NTYPES

    Number of different object types (must be last!) [value = 3]

    UNKNOWN

    Unknown object type [value = -1]

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX