An interface supported by all Id's that can have attributes.
Namespace:
HDF5DotNet
Assembly:
HDF5DotNet (in HDF5DotNet.dll)
Syntax
Visual Basic |
---|
Public Interface H5ObjectWithAttributes _
Inherits H5Id |
C# |
---|
public interface H5ObjectWithAttributes : H5Id |
Visual C++ |
---|
public interface class H5ObjectWithAttributes : H5Id |
JavaScript |
---|
HDF5DotNet.H5ObjectWithAttributes = function();
HDF5DotNet.H5ObjectWithAttributes.createInterface('HDF5DotNet.H5ObjectWithAttributes'); |
See Also