Name: H5Tget_array_dims2
Signature:
int H5Tget_array_dims2( hid_t adtype_id, hsize_t dims[] )

Purpose:
Retrieves sizes of array dimensions.

Description:
H5Tget_array_dims2 returns the sizes of the dimensions of the specified array datatype object.

The sizes of the dimensions are returned in the array dims.

Parameters:

Returns:
Returns the non-negative number of dimensions of the array type if successful; otherwise returns a negative value.

Fortran90 Interface:
None.

History: