[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

H5S.getSimpleExtentDims returns the size of each dimension of a dataspace.

Syntax

Visual Basic (Declaration)
Public Shared Function getSimpleExtentDims ( _
	spaceId As H5DataSpaceId _
) As ULong()
C#
public static ulong[] getSimpleExtentDims (
	H5DataSpaceId spaceId
)
C++
public:
static array<unsigned long long>^ getSimpleExtentDims (
	H5DataSpaceId^ spaceId
)

Parameters

spaceId (H5DataSpaceId)
Identifier of the dataspace

Return Value

An array containing the size of each dimension.

Remarks

Exceptions

ExceptionCondition
HDF5DotNet.H5SgetSimpleExtentDimsException throws H5SgetSimpleExtentDimsException on failure.