Namespace:
HDF5DotNet
Assembly:
HDF5DotNet (in HDF5DotNet.dll)
Syntax
JavaScript |
---|
HDF5DotNet.H5A.delete = function(objectId, attributeName); |
Parameters
- objectId
- Type: HDF5DotNet..::..H5ObjectWithAttributes
IN: Identifier of the dataset, group, or named datatype to
have the attribute deleted from.
- attributeName
- Type: String
IN: Name of the attribute to delete.
Return Value
void
Exceptions
See Also