Skip Navigation Links.

H5S..::..get_simple_extent_type Method

H5S.get_simple_extent_type the current class of a dataspace. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5S.html#Dataspace-ExtentType

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

Syntax

Visual Basic
Public Shared Function get_simple_extent_type ( _
	spaceId As H5DataSpaceId _
) As H5S..::..H5SClass
C#
public static H5S..::..H5SClass get_simple_extent_type(
	H5DataSpaceId spaceId
)
Visual C++
public:
static H5S..::..H5SClass get_simple_extent_type(
	H5DataSpaceId^ spaceId
)
JavaScript
HDF5DotNet.H5S.get_simple_extent_type = function(spaceId);

Parameters

spaceId
Type: HDF5DotNet..::..H5DataSpaceId
Identifier of the dataspace

Return Value

Returns a dataspace class name if successful; otherwise NO_CLASS (-1).

See Also