Skip Navigation Links.

H5A..::..getType Method

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

Syntax

Visual Basic
Public Shared Function getType ( _
	attributeId As H5AttributeId _
) As H5DataTypeId
C#
public static H5DataTypeId getType(
	H5AttributeId attributeId
)
Visual C++
public:
static H5DataTypeId^ getType(
	H5AttributeId^ attributeId
)
JavaScript
HDF5DotNet.H5A.getType = function(attributeId);

Parameters

attributeId
Type: HDF5DotNet..::..H5AttributeId
IN: Identifier of an attribute.

Return Value

H5DataTypeId

Exceptions

ExceptionCondition
HDF5DotNet..::..H5AgetTypeException throws H5AgetTypeException on failure.

See Also