Skip Navigation Links.

H5F..::..Scope Enumeration

H5F.Scope defines the scope for the flushing of buffers associated with a file to disk.

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

Syntax

Visual Basic
Public Enumeration Scope
C#
public enum Scope
Visual C++
public enum class Scope
JavaScript
HDF5DotNet.Scope = function();
HDF5DotNet.Scope.createEnum('HDF5DotNet.Scope', false);

Members

Member nameDescription
LOCAL
GLOBAL

See Also